diff --git a/.idea/misc.xml b/.idea/misc.xml
index 6933af7..7a6aa48 100644
--- a/.idea/misc.xml
+++ b/.idea/misc.xml
@@ -6,6 +6,17 @@
+
diff --git a/README.md b/README.md
index d0d25b3..dcf5937 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,7 @@
[](https://central.sonatype.com/artifact/net.thauvin.erik/akismet-kotlin)
[](https://sonarcloud.io/dashboard?id=ethauvin_akismet-kotlin)
-[](https://github.com/ethauvin/akismet-kotlin/actions/workflows/gradle.yml)
+[](https://github.com/ethauvin/akismet-kotlin/actions/workflows/bld.yml)
[](https://circleci.com/gh/ethauvin/akismet-kotlin/tree/master)
# [Akismet](https://www.akismet.com) for Kotlin, Java and Android
diff --git a/src/bld/java/net/thauvin/erik/AkismetBuild.java b/src/bld/java/net/thauvin/erik/AkismetBuild.java
index 9a593c4..c8fa65f 100644
--- a/src/bld/java/net/thauvin/erik/AkismetBuild.java
+++ b/src/bld/java/net/thauvin/erik/AkismetBuild.java
@@ -33,10 +33,7 @@ package net.thauvin.erik;
import rife.bld.BuildCommand;
import rife.bld.Project;
-import rife.bld.extension.CompileKotlinOperation;
-import rife.bld.extension.CompileKotlinOptions;
-import rife.bld.extension.GeneratedVersionOperation;
-import rife.bld.extension.JacocoReportOperation;
+import rife.bld.extension.*;
import rife.bld.extension.dokka.DokkaOperation;
import rife.bld.extension.dokka.LoggingLevel;
import rife.bld.extension.dokka.OutputFormat;
@@ -120,8 +117,7 @@ public class AkismetBuild extends Project {
genver();
new CompileKotlinOperation()
.fromProject(this)
- .plugins(CompileKotlinOperation.getJarList(libCompileDirectory(),
- "^.*kotlin-serialization-compiler-plugin-.*$"))
+ .plugins(libCompileDirectory(), CompileKotlinPlugin.KOTLIN_SERIALIZATION)
.compileOptions(
new CompileKotlinOptions()
.jdkRelease(javaRelease)