Ok, so if I would like to develop multiplatform ap...
# kotlin-native
r
Ok, so if I would like to develop multiplatform applications mainly for Android and iOS platform which IDE should I purchase? AppCode or CLion and why?
v
MPP development with Kotlin/Native is not yet supported in neither of the IDEs.
a
I am using AppCode. I'd recommend 30-day trial first. Reasons are on this post: https://medium.com/@anaredmond/cross-platform-game-project-setup-3-of-1b544cbad84a
r
@Vyacheslav Karpukhin [JB] but K/N plugin is only available for CLion and AppCode, isn’t it? Or what do you mean by not supported?
v
Correct, right now it's only available for CLion and AppCode. By "MPP development is unsupported" I meant that in AppCode and CLion you'll be able to work only on the K/N part of the project. Development for Android/JVM or JS is currently not supported.
r
is there any difference in development of K/N iOS part of app in CLion and AppCode?
v
AppCode is capable of opening Xcode projects as well as running/debugging in simulator and on a device
r
ok, thx, i’ll go for AppCode