add opt-in

This commit is contained in:
2025-07-24 21:06:39 +02:00
parent 1f30e07d39
commit 2e2abc4f73

View File

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