Is there a specific IDE for K/N? Or should I use I...
# kotlin-native
b
Is there a specific IDE for K/N? Or should I use IDEA or CLion or something?
o
IDE support is being worked on, no ETA yet
b
Ah okay. I'll just write it in IDEA for now and compile with the command line :)
o
you may compile with gradle plugin from IDEA
b
Oh really? How?
o
Just load build.gradle of your project with IDEA, and it will allow to import gradle project. See https://www.jetbrains.com/help/idea/2017.1/gradle.html