Skip to content

Commit

Permalink
Add support for K2 compatibility in plugin.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
pderakhshanfar committed Dec 7, 2024
1 parent 4ec898f commit 2d70fa8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,11 @@
</extensionPoint>
</extensionPoints>

<!-- This is a temporary mechanism to mark the plugin as K2 compatible. -->
<extensions defaultExtensionNs="org.jetbrains.kotlin">
<supportsKotlinPluginMode supportsK2="true"/>
</extensions>

<extensions defaultExtensionNs="com.intellij">
<toolWindow id="TestSpark" secondary="true" anchor="right"
icon="org.jetbrains.research.testspark.display.TestSparkIcons.toolWindowIcon"
Expand Down

0 comments on commit 2d70fa8

Please sign in to comment.