We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79bce70 commit 9c99532Copy full SHA for 9c99532
src/main/java/rife/bld/extension/CompileKotlinPlugin.java
@@ -30,6 +30,7 @@ public enum CompileKotlinPlugin {
30
KOTLINX_SERIALIZATION("^kotlinx-serialization-compiler-plugin-.*$"),
31
LOMBOK("^lombok-compiler-plugin-.*$"),
32
NOARG("^noarg-compiler-plugin-.*$"),
33
+ POWER_ASSERT("^power-assert-compiler-plugin-.*$"),
34
SAM_WITH_RECEIVER("^sam-with-receiver-compiler-plugin-.*$");
35
36
public final String label;
0 commit comments