Add tests for UInt, ULong

Opt-in to use unsigned types in tests
This commit is contained in:
Ilya Gorbunov
2018-07-18 14:40:19 +03:00
parent fb62507e51
commit fa2f1311d7
9 changed files with 230 additions and 5 deletions
+8
View File
@@ -71,6 +71,14 @@ compileCoroutinesKotlinCommon {
}
}
compileTestKotlinCommon {
kotlinOptions {
freeCompilerArgs += [
"-Xuse-experimental=kotlin.ExperimentalUnsignedTypes"
]
}
}
kotlin.experimental.coroutines 'enable'
jar {