Recommended IDEs and code editors
Android Studio is the most stable solution, although its support for Kotlin Multiplatform is still limited.
With Android Studio, you can also install a Kotlin Multiplatform plugin that provides basic launching and debugging capabilities for iOS apps.
If basic Kotlin Multiplatform support is enough for you, you can use any IDE that supports Kotlin, including IntelliJ IDEA. It supports opening, browsing, and building multiplatform projects.
note
If you're targeting iOS in your Kotlin Multiplatform project, you'll also need Xcode installed on your machine to write iOS-specific code and run iOS applications.
Thanks for your feedback!
Was this page helpful?