Hi, tried that <https://github.com/JetBrains/Kotli...
# kotlin-native
a
Hi, tried that https://github.com/JetBrains/KotlinMultiplatformPlayground Have a problem. I tried adding the following imports to see whether it works or not:
Copy code
import 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?
o
Sure,
./gradlew bundle
builds everything you need, distPlatformLibs could be faster
👍 1
a
@olonho Thanks for the confirmation. Another question, it seems that I can’t get the
bundle
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
?