Switch coroutine tests to release coroutines
This commit is contained in:
@@ -257,7 +257,7 @@ compileTestKotlin {
|
||||
kotlinOptions {
|
||||
freeCompilerArgs += [
|
||||
"-Xuse-experimental=kotlin.ExperimentalUnsignedTypes",
|
||||
"-XXLanguage:-ReleaseCoroutines"
|
||||
"-XXLanguage:+ReleaseCoroutines"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user