1.2.0 release #2

Merged
Infendro merged 6 commits from develop into main 2025-11-18 10:32:05 +00:00
Showing only changes of commit 52a1ca6553 - Show all commits

View File

@@ -16,6 +16,10 @@ kotlin {
nodejs() nodejs()
} }
linuxX64() linuxX64()
compilerOptions {
freeCompilerArgs.add("-opt-in=kotlin.ExperimentalUnsignedTypes")
}
} }
publishing { publishing {