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
+1 -1
View File
@@ -70,7 +70,7 @@ compileKotlin {
}
compileTestKotlin {
kotlinOptions.freeCompilerArgs = ["-Xallow-kotlin-package", "-Xmulti-platform", "-XXLanguage:-ReleaseCoroutines"]
kotlinOptions.freeCompilerArgs = ["-Xallow-kotlin-package", "-Xmulti-platform", "-XXLanguage:-ReleaseCoroutines", "-Xuse-experimental=kotlin.ExperimentalUnsignedTypes"]
}
compileJava9Sources(project, 'kotlin.stdlib.jdk7')