From 6e0391f9ec39d6819c4f1339753a43b50c689e75 Mon Sep 17 00:00:00 2001 From: Ilmir Usmanov Date: Wed, 26 Sep 2018 16:51:20 +0300 Subject: [PATCH] Use release coroutines in script-runtime --- libraries/tools/script-runtime/build.gradle | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/libraries/tools/script-runtime/build.gradle b/libraries/tools/script-runtime/build.gradle index 2c7beec711d..dd467d3deb0 100644 --- a/libraries/tools/script-runtime/build.gradle +++ b/libraries/tools/script-runtime/build.gradle @@ -45,8 +45,7 @@ compileKotlin { kotlinOptions.freeCompilerArgs = [ "-Xallow-kotlin-package", "-Xnormalize-constructor-calls=enable", - "-module-name", project.name, - "-XXLanguage:-ReleaseCoroutines" + "-module-name", project.name ] }