add opt-in
This commit is contained in:
@@ -16,6 +16,10 @@ kotlin {
|
||||
nodejs()
|
||||
}
|
||||
linuxX64()
|
||||
|
||||
compilerOptions {
|
||||
freeCompilerArgs.add("-opt-in=kotlin.ExperimentalUnsignedTypes")
|
||||
}
|
||||
}
|
||||
|
||||
publishing {
|
||||
|
||||
Reference in New Issue
Block a user