add opt-in

This commit is contained in:
2025-11-10 19:00:28 +01:00
parent 71a47af43c
commit 52a1ca6553

View File

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