Recommended IDEs and code editors
推荐的 IDE 和代码编辑器
Edit pageLast modified: 26 June 2025编辑页面最后修改日期:2025 年 6 月 26 日
IntelliJ IDEA IntelliJ 理念
IntelliJ IDEA provides full Kotlin Multiplatform support.
IntelliJ IDEA 提供完整的 Kotlin 多平台支持。
On macOS with IntelliJ IDEA 2025.1.1.1, you can install the Kotlin Multiplatform IDE plugin that provides basic launching and debugging capabilities for iOS apps, preflight environment checks, and other helpful KMP functionality.
在装有 IntelliJ IDEA 2025.1.1.1 的 macOS 上,您可以安装 Kotlin Multiplatform IDE 插件 ,该插件为 iOS 应用程序提供基本的启动和调试功能、印前检查环境检查和其他有用的 KMP 功能。
Android Studio Android 工作室
Android Studio is another stable solution for Kotlin Multiplatform.
Android Studio 是 Kotlin Multiplatform 的另一种稳定解决方案。
On macOS with Android Studio Narwhal 2025.1.1, you can install the Kotlin Multiplatform IDE plugin that provides basic launching and debugging capabilities for iOS apps, preflight environment checks, and other helpful KMP functionality.
在装有 Android Studio Narwhal 2025.1.1 的 macOS 上,您可以安装 Kotlin Multiplatform IDE 插件 ,该插件为 iOS 应用提供基本的启动和调试功能、印前检查环境检查以及其他有用的 KMP 功能。
note 注意
Make sure to turn on K2 mode in Android Studio to fully experience the technology, as it might be turned off by default.
请务必在 Android Studio 中打开 K2 模式以充分体验该技术,因为默认情况下它可能处于关闭状态。
Other IDEs and code editors
其他 IDE 和代码编辑器
If basic Kotlin Multiplatform support is enough for you, you can use any IDE that supports Kotlin.
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!