Add tests for UInt, ULong
Opt-in to use unsigned types in tests
This commit is contained in:
@@ -71,6 +71,14 @@ compileCoroutinesKotlinCommon {
|
||||
}
|
||||
}
|
||||
|
||||
compileTestKotlinCommon {
|
||||
kotlinOptions {
|
||||
freeCompilerArgs += [
|
||||
"-Xuse-experimental=kotlin.ExperimentalUnsignedTypes"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
kotlin.experimental.coroutines 'enable'
|
||||
|
||||
jar {
|
||||
|
||||
Reference in New Issue
Block a user