From 8f5f420cff4d9671d7caca32793820d78bc61623 Mon Sep 17 00:00:00 2001 From: "Aleksey.Zamulla" Date: Mon, 10 Mar 2025 17:33:08 +0100 Subject: [PATCH] update: in Meerkat, K2 mode is working fine with the KMP plugin --- .../compose-multiplatform-create-first-app.md | 7 ------- .../multiplatform-create-first-app.md | 7 ------- topics/multiplatform-setup.md | 6 ------ 3 files changed, 20 deletions(-) diff --git a/topics/compose-onboard/compose-multiplatform-create-first-app.md b/topics/compose-onboard/compose-multiplatform-create-first-app.md index 73bb187f..6aabe5d1 100644 --- a/topics/compose-onboard/compose-multiplatform-create-first-app.md +++ b/topics/compose-onboard/compose-multiplatform-create-first-app.md @@ -34,13 +34,6 @@ if you haven't already. Make sure that you have: * Installed the [Kotlin Multiplatform plugin](https://plugins.jetbrains.com/plugin/14936-kotlin-multiplatform) for Android Studio. - - > The KMP plugin doesn't support [K2 mode](https://kotlinlang.org/docs/k2-compiler-migration-guide.html#support-in-ides) - > yet. - > To use the plugin, disable K2 mode: in your IDE, go to **Settings | Languages & Frameworks | Kotlin** and uncheck the **Enable K2 mode** option. - > - {style="note"} - * Launched Xcode at least once and accepted the terms of use if you plan to build iOS apps. * Run Kdoctor to check for any issues in the setup. diff --git a/topics/multiplatform-onboard/multiplatform-create-first-app.md b/topics/multiplatform-onboard/multiplatform-create-first-app.md index b2ffb96d..83f84a33 100644 --- a/topics/multiplatform-onboard/multiplatform-create-first-app.md +++ b/topics/multiplatform-onboard/multiplatform-create-first-app.md @@ -25,13 +25,6 @@ if you haven't already. Make sure that you have: * Installed the [Kotlin Multiplatform plugin](https://plugins.jetbrains.com/plugin/14936-kotlin-multiplatform) for Android Studio. - - > The KMP plugin doesn't support [K2 mode](https://kotlinlang.org/docs/k2-compiler-migration-guide.html#support-in-ides) - > yet. - > To use the plugin, disable K2 mode: in your IDE, go to **Settings | Languages & Frameworks | Kotlin** and uncheck the **Enable K2 mode** option. - > - {style="note"} - * Launched Xcode at least once and accepted the terms of use if you plan to build iOS apps. * Run Kdoctor to check for any issues in the setup. diff --git a/topics/multiplatform-setup.md b/topics/multiplatform-setup.md index 107498ff..0c83ad2e 100644 --- a/topics/multiplatform-setup.md +++ b/topics/multiplatform-setup.md @@ -38,12 +38,6 @@ We recommend that you install the latest stable versions for compatibility and b Kotlin Multiplatform plugin

In Android Studio, open Settings (Preferences) and find the Plugins page. Search the Marketplace tab for Kotlin Multiplatform, and then install it.

- -

- The KMP plugin doesn't support K2 mode) yet. - To use the plugin, disable K2 mode: in your IDE, go to Settings | Languages & Frameworks | Kotlin and uncheck the Enable K2 mode option. -

-