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
napperley
10/15/2018, 12:28 AM
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.
napperley
10/15/2018, 12:31 AM
Guessing in your case that AppCode would be the best IDE to use since it covers development for Apple platforms.
napperley
10/15/2018, 12:34 AM
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
olonho
10/15/2018, 10:31 AM
for now IDEA Ultimate or IDEA Community are supported solutions
a
agrosner
10/15/2018, 1:15 PM
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
agrosner
10/15/2018, 1:15 PM
when it works, it works well. But it frequently breaking is frustrating