Enable experimental unsigned types
This commit is contained in:
parent
69afa208fb
commit
b96de75330
|
@ -24,6 +24,7 @@ var distDirectory = File(project.buildDir, distsDirName)
|
|||
tasks {
|
||||
withType<KotlinCompile> {
|
||||
kotlinOptions.jvmTarget = "1.8"
|
||||
kotlinOptions.freeCompilerArgs += "-Xuse-experimental=kotlin.ExperimentalUnsignedTypes"
|
||||
}
|
||||
|
||||
test {
|
||||
|
|
Loading…
Reference in New Issue