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 -1
View File
@@ -81,7 +81,7 @@ compileKotlin {
}
compileTestKotlin {
kotlinOptions.freeCompilerArgs = ["-Xallow-kotlin-package", "-Xmulti-platform", "-XXLanguage:+ReleaseCoroutines", "-Xuse-experimental=kotlin.ExperimentalUnsignedTypes"]
kotlinOptions.freeCompilerArgs = ["-Xallow-kotlin-package", "-Xmulti-platform", "-Xuse-experimental=kotlin.ExperimentalUnsignedTypes"]
}
compileJava9Sources(project, 'kotlin.stdlib.jdk7')