Skip to content

Commit 9c99532

Browse files
committed
Added support for the Power Assert compiler plugin
1 parent 79bce70 commit 9c99532

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/rife/bld/extension/CompileKotlinPlugin.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ public enum CompileKotlinPlugin {
3030
KOTLINX_SERIALIZATION("^kotlinx-serialization-compiler-plugin-.*$"),
3131
LOMBOK("^lombok-compiler-plugin-.*$"),
3232
NOARG("^noarg-compiler-plugin-.*$"),
33+
POWER_ASSERT("^power-assert-compiler-plugin-.*$"),
3334
SAM_WITH_RECEIVER("^sam-with-receiver-compiler-plugin-.*$");
3435

3536
public final String label;

0 commit comments

Comments
 (0)