Remove experimental coroutines usages from stdlib generator

This commit is contained in:
Ilya Gorbunov
2018-10-26 05:45:04 +03:00
parent e39953c4a0
commit 138ab13364
3 changed files with 3 additions and 6 deletions
@@ -11,7 +11,7 @@ dependencies {
compileKotlin {
kotlinOptions {
freeCompilerArgs = ["-version", "-Xnormalize-constructor-calls=enable", "-XXLanguage:-ReleaseCoroutines"]
freeCompilerArgs = ["-version"]
}
}