File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -457,7 +457,7 @@ It is also possible to declare compatibility with *only* the K2 mode:
457
457
Currently, the default setting for ` supportsK1 ` is ` true ` and for ` supportsK2 ` is ` false ` .
458
458
459
459
A number of third-party plugins may already be enabled in the K2 mode without a ` supportsK2 ` declaration. The IntelliJ
460
- Kotlin plugin keeps an [ internal whitelist ] ( https://github.com/JetBrains/intellij-community/blob/master/platform/core-impl/resources/pluginsCompatibleWithK2Mode.txt )
460
+ Kotlin plugin keeps an [ internal list ] ( https://github.com/JetBrains/intellij-community/blob/master/platform/core-impl/resources/pluginsCompatibleWithK2Mode.txt )
461
461
of plugins which are known to be compatible with the K2 mode as they do not use Kotlin analysis. The authors of these
462
- plugins should not be surprised if their plugin already works in K2 mode. However, it's still advised to declare K2
462
+ plugins should not be surprised if their plugin already works in the K2 mode. However, it's still advised to declare K2
463
463
support explicitly.
You can’t perform that action at this time.
0 commit comments