which IDE should I use for Kotlin Native, if im wr...
# kotlin-native
a
which IDE should I use for Kotlin Native, if im writing a kotlin library to be consumed by ios kotlin projects? AppCode, CLion, or Intellij Ultimate?
n
Will largely come down to what is being done with Kotlin Native. IntelliJ Community Edition (recent EAP versions) and Android Studio (canary versions?) are the most recent IDE's to gain Kotlin Native support.
Guessing in your case that AppCode would be the best IDE to use since it covers development for Apple platforms.
If on the other hand Kotlin Native is used for developing Linux/Windows/Server/Serverless/WASM software then IntelliJ (both editions) would be the IDE to go for (another scenario).
o
for now IDEA Ultimate or IDEA Community are supported solutions
a
interesting. I imported with latest ultimate in EAP, and the
platform.
classes from iOS are not resolving and red. But if I open it in AppCode, they resolve. Appcode though frequently breaks, autocomplete/syntax highlighting, or if I add a new file I have to reopen the project
when it works, it works well. But it frequently breaking is frustrating