Skip to content

Commit

Permalink
Add support for K2 mode (#137)
Browse files Browse the repository at this point in the history
Co-authored-by: Goooler <wangzongler@gmail.com>
  • Loading branch information
egorikftp and Goooler authored Aug 21, 2024
1 parent eede1d9 commit 1df8bc2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions idea-plugin/src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,8 @@ Allows to create organized icon pack with an extension property of you pack obje
<notificationGroup id="valkyrie" displayType="BALLOON"/>
</extensions>

<extensions defaultExtensionNs="org.jetbrains.kotlin">
<supportsKotlinPluginMode supportsK2="true"/>
</extensions>

</idea-plugin>

0 comments on commit 1df8bc2

Please sign in to comment.