So when do we get iOS run configurations in Intell...
# intellij
r
So when do we get iOS run configurations in IntelliJ IDEA like in Android Studio for kotlin multiplatform projects?
m
I don't think we will. They mentioned in a blog article that Fleet will be the focus for KMP features for their IDEs.
Having said that, the target audience for IntelliJ IDEA will primarily remain that of server-side developers targeting the JVM. While it will be possible to open, navigate, and build Kotlin Multiplatform projects in IntelliJ IDEA and Android Studio, other features such as platform-specific run configurations, Compose Multiplatform features, and many other things that facilitate multiplatform development will be supported in Fleet only.
https://blog.jetbrains.com/kotlin/2023/11/kotlin-multiplatform-tooling-in-fleet/
c
wow interesting!