Use release coroutines in script-runtime
This commit is contained in:
@@ -45,8 +45,7 @@ compileKotlin {
|
||||
kotlinOptions.freeCompilerArgs = [
|
||||
"-Xallow-kotlin-package",
|
||||
"-Xnormalize-constructor-calls=enable",
|
||||
"-module-name", project.name,
|
||||
"-XXLanguage:-ReleaseCoroutines"
|
||||
"-module-name", project.name
|
||||
]
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user