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