We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23fb9af commit ae89fccCopy full SHA for ae89fcc
Writerside/topics/Migrating-from-K1.md
@@ -9,8 +9,8 @@ be time-consuming. This migration guide outlines the differences between the API
9
descriptor-based resolution logic to the Analysis API.
10
11
Once an IntelliJ plugin has been migrated to the Analysis API, it will need to [declare its compatibility with the K2
12
-Kotlin mode](#declaring-compatibility-with-the-k2-kotlin-mode). Otherwise, the plugin will not be loaded when the K2
13
-mode is active.
+Kotlin mode](Declaring-K2-Compatibility.md) in the `plugin.xml`.
+Otherwise, the plugin will not be loaded when the K2 mode is active.
14
15
## The Conceptual Difference
16
0 commit comments