Use release coroutines in script-runtime

This commit is contained in:
Ilmir Usmanov
2018-09-26 16:51:20 +03:00
parent 0191e3d1cf
commit 6e0391f9ec
+1 -2
View File
@@ -45,8 +45,7 @@ compileKotlin {
kotlinOptions.freeCompilerArgs = [
"-Xallow-kotlin-package",
"-Xnormalize-constructor-calls=enable",
"-module-name", project.name,
"-XXLanguage:-ReleaseCoroutines"
"-module-name", project.name
]
}