Added support for the Power Assert compiler plugin
This commit is contained in:
parent
79bce70680
commit
9c99532298
1 changed files with 1 additions and 0 deletions
|
@ -30,6 +30,7 @@ public enum CompileKotlinPlugin {
|
||||||
KOTLINX_SERIALIZATION("^kotlinx-serialization-compiler-plugin-.*$"),
|
KOTLINX_SERIALIZATION("^kotlinx-serialization-compiler-plugin-.*$"),
|
||||||
LOMBOK("^lombok-compiler-plugin-.*$"),
|
LOMBOK("^lombok-compiler-plugin-.*$"),
|
||||||
NOARG("^noarg-compiler-plugin-.*$"),
|
NOARG("^noarg-compiler-plugin-.*$"),
|
||||||
|
POWER_ASSERT("^power-assert-compiler-plugin-.*$"),
|
||||||
SAM_WITH_RECEIVER("^sam-with-receiver-compiler-plugin-.*$");
|
SAM_WITH_RECEIVER("^sam-with-receiver-compiler-plugin-.*$");
|
||||||
|
|
||||||
public final String label;
|
public final String label;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue