You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Writerside/topics/Testing-in-K1-Locally.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
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.
4
4
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.
6
6
7
7
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`
0 commit comments