Skip to content

Commit

Permalink
Declare the plugin as K2 compatible
Browse files Browse the repository at this point in the history
  • Loading branch information
RedNesto committed Sep 29, 2024
1 parent 00b9a23 commit 8037951
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/main/resources/META-INF/mcdev-kotlin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,8 @@

<eventGenHelper language="kotlin" implementationClass="com.demonwav.mcdev.insight.generation.KotlinEventGenHelper"/>
</extensions>

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

0 comments on commit 8037951

Please sign in to comment.