Skip to content

Commit bbce37e

Browse files
authored
Update Testing-in-K1-Locally.md
1 parent 8112142 commit bbce37e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Writerside/topics/Testing-in-K1-Locally.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
From IntelliJ IDEA version 2025.3, K2 mode is the default. If you need to test the plugin in K1 mode locally, pass the -Didea.kotlin.plugin.use.k1=true VM option to the IntelliJ IDEA run configuration or to the test task.
44

5-
> If you are using IntelliJ IDEA version 2025.2 or older, use -Didea.kotlin.plugin.use.k2=false to enable K1 mode.
5+
> If you use IntelliJ IDEA version 2025.2 or older, use -Didea.kotlin.plugin.use.k2=true to enable K2 mode.
66
77
When using the [IntelliJ Platform Gradle Plugin](https://github.com/JetBrains/intellij-platform-gradle-plugin), you can specify the option directly in the `build.gradle.kts`
88
file.

0 commit comments

Comments
 (0)