Skip to content

Commit 8037951

Browse files
committed
Declare the plugin as K2 compatible
1 parent 00b9a23 commit 8037951

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/main/resources/META-INF/mcdev-kotlin.xml

+4
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,8 @@
2424

2525
<eventGenHelper language="kotlin" implementationClass="com.demonwav.mcdev.insight.generation.KotlinEventGenHelper"/>
2626
</extensions>
27+
28+
<extensions defaultExtensionNs="org.jetbrains.kotlin">
29+
<supportsKotlinPluginMode supportsK2="true"/>
30+
</extensions>
2731
</idea-plugin>

0 commit comments

Comments
 (0)