albertgao
02/15/2018, 10:31 PMimport platform.Foundation.*
import platform.UIKit.*
The Foundation part could pass the build while the UIKit can’t be resolved by gradle. Does it mean that I need to build the UIKit lib on my mac?olonho
02/16/2018, 6:26 AM./gradlew bundle
builds everything you need, distPlatformLibs could be fasteralbertgao
02/18/2018, 11:50 PMbundle
command if I setup a project from stretch with kotlin-native-gradle-plugin
, this command exists in KN repo. How to get it if I use kotlin-native-gradle-plugin
?