Skip to content

Commit 087e27f

Browse files
authored
update: in Meerkat, K2 mode is working fine with the KMP plugin (#314)
1 parent 2ecba28 commit 087e27f

File tree

3 files changed

+0
-20
lines changed

3 files changed

+0
-20
lines changed

topics/compose-onboard/compose-multiplatform-create-first-app.md

-7
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,6 @@ if you haven't already.
3434
Make sure that you have:
3535

3636
* Installed the [Kotlin Multiplatform plugin](https://plugins.jetbrains.com/plugin/14936-kotlin-multiplatform) for Android Studio.
37-
38-
> The KMP plugin doesn't support [K2 mode](https://kotlinlang.org/docs/k2-compiler-migration-guide.html#support-in-ides)
39-
> yet.
40-
> To use the plugin, disable K2 mode: in your IDE, go to **Settings | Languages & Frameworks | Kotlin** and uncheck the **Enable K2 mode** option.
41-
>
42-
{style="note"}
43-
4437
* Launched Xcode at least once and accepted the terms of use if you plan to build iOS apps.
4538
* Run Kdoctor to check for any issues in the setup.
4639

topics/multiplatform-onboard/multiplatform-create-first-app.md

-7
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,6 @@ if you haven't already.
2525
Make sure that you have:
2626

2727
* Installed the [Kotlin Multiplatform plugin](https://plugins.jetbrains.com/plugin/14936-kotlin-multiplatform) for Android Studio.
28-
29-
> The KMP plugin doesn't support [K2 mode](https://kotlinlang.org/docs/k2-compiler-migration-guide.html#support-in-ides)
30-
> yet.
31-
> To use the plugin, disable K2 mode: in your IDE, go to **Settings | Languages & Frameworks | Kotlin** and uncheck the **Enable K2 mode** option.
32-
>
33-
{style="note"}
34-
3528
* Launched Xcode at least once and accepted the terms of use if you plan to build iOS apps.
3629
* Run Kdoctor to check for any issues in the setup.
3730

topics/multiplatform-setup.md

-6
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,6 @@ We recommend that you install the latest stable versions for compatibility and b
3838
<tr>
3939
<td><a href="https://kotlinlang.org/docs/multiplatform-plugin-releases.html">Kotlin Multiplatform plugin</a></td>
4040
<td><p>In Android Studio, open <strong>Settings</strong> (<strong>Preferences</strong>) and find the <strong>Plugins</strong> page. Search the <strong>Marketplace</strong> tab for <i>Kotlin Multiplatform</i>, and then install it.</p>
41-
<note>
42-
<p>
43-
The KMP plugin doesn't support <a href="https://kotlinlang.org/docs/k2-compiler-migration-guide.html#support-in-ides">K2 mode</a>) yet.
44-
To use the plugin, disable K2 mode: in your IDE, go to <b>Settings | Languages & Frameworks | Kotlin</b> and uncheck the <b>Enable K2 mode</b> option.
45-
</p>
46-
</note>
4741
</td>
4842
</tr>
4943
<tr>

0 commit comments

Comments
 (0)