Kotlin multiplatform for Android and iOS CI with travis

Hi, my name is Jorge Sanchez

I’m trying to configure Kotlin multiplatform project for Android and iOS using Travis as CI.

I have problems with iOS compilation:
Command PhaseScriptExecution failed with a nonzero exit code

I think the error is related to build phase script explained here
https://kotlinlang.org/docs/tutorials/native/mpp-ios-android.html#setting-up-xcode

Thanks

Hey there. Do I need to know Swift too for using kotlin multiplatform to build both Android’s and iOS apps?

Yes, Swift is used to build the UI (iOS) portion of a multiplatform app