Add tests for UInt, ULong
Opt-in to use unsigned types in tests
This commit is contained in:
@@ -181,7 +181,8 @@ compileTestKotlin2Js {
|
||||
kotlinOptions {
|
||||
moduleKind = "umd"
|
||||
freeCompilerArgs += [
|
||||
"-XXLanguage:-ReleaseCoroutines"
|
||||
"-XXLanguage:-ReleaseCoroutines",
|
||||
"-Xuse-experimental=kotlin.ExperimentalUnsignedTypes"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user