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
@@ -11,7 +11,6 @@ sourceSets {
compileTestKotlin {
kotlinOptions.jdkHome = JDK_18
kotlinOptions.freeCompilerArgs += ["-XXLanguage:+ReleaseCoroutines"]
}
test {