Skip to content

Commit

Permalink
chore: fix IDE instruction for K2 Kotlin Mode
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahhaggarty committed Jul 1, 2024
1 parent b44e7e3 commit f977e46
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/topics/releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ Even with the release of the K2 compiler, IntelliJ IDEA and Android Studio still
for code analysis, code completion, highlighting, and other IDE-related features.

Starting from 2024.1, IntelliJ IDEA can use the new K2 compiler to analyze your code with its K2 Kotlin mode.
To enable it, go to **Settings** | **Languages & Frameworks** | **Kotlin** and select the **Enable the K2-based Kotlin plugin** option.
To enable it, go to **Settings** | **Languages & Frameworks** | **Kotlin** and select the **Enable K2 Kotlin Mode** option.

> The K2 Kotlin mode is in Alpha. The performance and stability of code highlighting and code completion have been significantly improved,
> but not all IDE features are supported yet.
Expand Down
4 changes: 2 additions & 2 deletions docs/topics/whatsnew20.md
Original file line number Diff line number Diff line change
Expand Up @@ -646,8 +646,8 @@ Kotlin Playground supports the 2.0.0 release. [Check it out!](https://pl.kotl.in
By default, IntelliJ IDEA and Android Studio still use the previous compiler for code analysis, code completion,
highlighting, and other IDE-related features. To get the full Kotlin 2.0 experience in your IDE, enable K2 Kotlin mode.

In your IDE, go to **Settings** | **Languages & Frameworks** | **Kotlin** and select the **Enable the K2-based Kotlin
plugin** option. The IDE will analyze your code using its K2 Kotlin mode.
In your IDE, go to **Settings** | **Languages & Frameworks** | **Kotlin** and select the **Enable K2 Kotlin Mode** option.
The IDE will analyze your code using its K2 Kotlin mode.

> The K2 Kotlin mode is in Alpha and is available starting from 2024.1. The performance and stability of code
> highlighting and code completion have been significantly improved, but not all IDE features are supported yet.
Expand Down

0 comments on commit f977e46

Please sign in to comment.