Skip to content

Commit 5926bf6

Browse files
Migrating-from-K1.md: Link to IntelliJ Platform Gradle Plugin, not specifically to plugin template (#3)
1 parent 2410d06 commit 5926bf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Writerside/topics/Migrating-from-K1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -456,7 +456,7 @@ 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)`.
459+
To test it locally when using the [IntelliJ Platform Gradle Plugin](https://plugins.jetbrains.com/docs/intellij/tools-intellij-platform-gradle-plugin.html), add a [dependency](https://plugins.jetbrains.com/docs/intellij/tools-intellij-platform-gradle-plugin-dependencies-extension.html) on the IntelliJ IDEA Community 2024.2.1 (`intellijIdeaCommunity("2024.2.1")`) or higher.
460460

461461
A number of third-party plugins may already be enabled in the K2 mode without a `supportsK2` declaration. The IntelliJ
462462
Kotlin plugin keeps an [internal list](https://github.com/JetBrains/intellij-community/blob/master/platform/core-impl/resources/pluginsCompatibleWithK2Mode.txt)

0 commit comments

Comments
 (0)