Temporarily turn off ReleaseCoroutines feature

This commit is contained in:
Ilya Gorbunov
2018-06-21 08:50:12 +03:00
parent d4a195c757
commit 76e581fe4f
8 changed files with 17 additions and 10 deletions
+1 -1
View File
@@ -70,7 +70,7 @@ compileKotlin {
}
compileTestKotlin {
kotlinOptions.freeCompilerArgs = ["-Xallow-kotlin-package", "-Xmulti-platform"]
kotlinOptions.freeCompilerArgs = ["-Xallow-kotlin-package", "-Xmulti-platform", "-XXLanguage:-ReleaseCoroutines"]
}
compileJava9Sources(project, 'kotlin.stdlib.jdk7')