Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update: remove notes about disabling K2 mode with the KMP plugin #314

Merged
merged 1 commit into from
Mar 10, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
6 changes: 0 additions & 6 deletions topics/multiplatform-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,6 @@ We recommend that you install the latest stable versions for compatibility and b
<tr>
<td><a href="https://kotlinlang.org/docs/multiplatform-plugin-releases.html">Kotlin Multiplatform plugin</a></td>
<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>
<note>
<p>
The KMP plugin doesn't support <a href="https://kotlinlang.org/docs/k2-compiler-migration-guide.html#support-in-ides">K2 mode</a>) yet.
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.
</p>
</note>
</td>
</tr>
<tr>
Expand Down