Remove +ReleaseCoroutines explicit feature enabling
It's enabled by default in Kotlin 1.3
This commit is contained in:
@@ -11,7 +11,6 @@ sourceSets {
|
||||
|
||||
compileTestKotlin {
|
||||
kotlinOptions.jdkHome = JDK_18
|
||||
kotlinOptions.freeCompilerArgs += ["-XXLanguage:+ReleaseCoroutines"]
|
||||
}
|
||||
|
||||
test {
|
||||
|
||||
Reference in New Issue
Block a user