Remove +ReleaseCoroutines explicit feature enabling
It's enabled by default in Kotlin 1.3
This commit is contained in:
@@ -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"
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user