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
@@ -257,7 +257,7 @@ compileTestKotlin {
kotlinOptions {
freeCompilerArgs += [
"-Xuse-experimental=kotlin.ExperimentalUnsignedTypes",
"-XXLanguage:-ReleaseCoroutines"
"-XXLanguage:+ReleaseCoroutines"
]
}
}