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
View File
@@ -57,7 +57,6 @@ compileKotlinCommon {
"-Xuse-experimental=kotlin.ExperimentalMultiplatform",
"-Xuse-experimental=kotlin.contracts.ExperimentalContracts",
"-XXLanguage:+InlineClasses",
"-XXLanguage:+ReleaseCoroutines",
"-Xallow-kotlin-package",
"-Xallow-result-return-type"
]