Remove +ReleaseCoroutines explicit feature enabling

It's enabled by default in Kotlin 1.3
This commit is contained in:
Ilya Gorbunov
2018-11-02 19:49:13 +03:00
parent a64a76d5fc
commit b026b9eb22
8 changed files with 6 additions and 12 deletions
+1 -3
View File
@@ -155,8 +155,7 @@ compileKotlin2Js {
"-Xuse-experimental=kotlin.Experimental",
"-Xuse-experimental=kotlin.ExperimentalMultiplatform",
"-Xuse-experimental=kotlin.contracts.ExperimentalContracts",
"-XXLanguage:+InlineClasses",
"-XXLanguage:+ReleaseCoroutines"
"-XXLanguage:+InlineClasses"
]
}
}
@@ -193,7 +192,6 @@ compileTestKotlin2Js {
kotlinOptions {
moduleKind = "umd"
freeCompilerArgs += [
"-XXLanguage:+ReleaseCoroutines",
"-Xuse-experimental=kotlin.ExperimentalUnsignedTypes"
]
}