https://kotlinlang.org logo
#multiplatform
Title
# multiplatform
r

rellenberger

02/06/2018, 5:56 PM
Which IDE are most people using for mutliplatform projects? Will I have to use IDEA and CLion if I want to do Android, iOS, and web?
g

gildor

02/07/2018, 1:37 AM
There is no universal solution for now. Android + Web is IDEA, K/N is only CLion, without direct iOS support unfortunately (but you have autocomplete of iOS platform API). Probably JB will release new IDE or improve existing one to support all platforms that Kotlin supports
🙏 4
a

alex.hart

02/08/2018, 1:37 PM
IDEA. Hopefully Jetbrains comes around and either creates a CLion plugin for it or releases a new IDE.
I think they meant “no exact plans” but they make it sound like they’re at least talking about it internally.
g

gildor

02/08/2018, 3:30 PM
Andrey Breslav already mentioned new IDE for Kotlin, that it on some early stage of development
👍 1
r

rellenberger

02/08/2018, 5:04 PM
Thanks for the info!