Switch coroutine tests to release coroutines

This commit is contained in:
Ilya Gorbunov
2018-09-05 16:05:28 +03:00
parent df9f77909b
commit 2821c357a1
9 changed files with 10 additions and 16 deletions
+1 -1
View File
@@ -189,7 +189,7 @@ compileTestKotlin2Js {
kotlinOptions {
moduleKind = "umd"
freeCompilerArgs += [
"-XXLanguage:-ReleaseCoroutines",
"-XXLanguage:+ReleaseCoroutines",
"-Xuse-experimental=kotlin.ExperimentalUnsignedTypes"
]
}