Do we already have Kotlin/Native support in Androi...
# kotlin-native
a
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
Code completion - yes, run/debug - no. You need 1.3 kotlin plugin in IDE and new multiplatform plugin for project.
a
Means, with Android Studio 3.3 RC and Kotlin 1.3 RC it should work?
o
Running on simulator is possible with the custom gradle command
a
Is there somewhere a documentation online?
a
Thanks