Skip to content

Commit 2410d06

Browse files
authored
Add note about platformVersion for migrating from k1 (#1)
1 parent 18c641b commit 2410d06

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Writerside/topics/Migrating-from-K1.md

+2
Original file line numberDiff line numberDiff line change
@@ -456,6 +456,8 @@ It is also possible to declare compatibility with *only* the K2 mode:
456456

457457
Currently, the default setting for `supportsK1` is `true` and for `supportsK2` is `false`.
458458

459+
To test it locally when using the [IntelliJ Platform Gradle Template](https://github.com/JetBrains/intellij-platform-plugin-template), the `platformVersion` in `gradle.properties` should be set to at least `242.21829.15`, which corresponds to `IntelliJ 2024.2.1 (Preview)`.
460+
459461
A number of third-party plugins may already be enabled in the K2 mode without a `supportsK2` declaration. The IntelliJ
460462
Kotlin plugin keeps an [internal list](https://github.com/JetBrains/intellij-community/blob/master/platform/core-impl/resources/pluginsCompatibleWithK2Mode.txt)
461463
of plugins which are known to be compatible with the K2 mode as they do not use Kotlin analysis. The authors of these

0 commit comments

Comments
 (0)