<import_mode_directive>

platform :ios, '17.6'

target 'ios-app' do
    pod 'kotlin-library', :path => '../'
end
