Join Slack
Powered by
Do we already have Kotlin/Native support in Androi...
# kotlin-native
a
Alexander Stark
10/08/2018, 6:39 AM
Do we already have Kotlin/Native support in Android Studio? Can I use Android Stuio for K/N development or do I still have to use CLion?
t
thevery
10/08/2018, 6:50 AM
Code completion - yes, run/debug - no. You need 1.3 kotlin plugin in IDE and new multiplatform plugin for project.
a
Alexander Stark
10/08/2018, 6:56 AM
Means, with Android Studio 3.3 RC and Kotlin 1.3 RC it should work?
o
olonho
10/08/2018, 7:46 AM
Running on simulator is possible with the custom gradle command
a
Alexander Stark
10/08/2018, 8:08 AM
Is there somewhere a documentation online?
o
olonho
10/08/2018, 8:26 AM
https://github.com/JetBrains/kotlin-mpp-example/blob/764e1d3ac412cec3bf1238d8b9a3cc2da920da80/greeting/build.gradle#L80
olonho
10/08/2018, 8:27 AM
and
https://kotlinlang.org/docs/tutorials/native/mpp-ios-android.html
👍 1
a
Alexander Stark
10/08/2018, 8:36 AM
Thanks
Open in Slack
Previous
Next