Use new coroutines in samples
This commit is contained in:
@@ -11,6 +11,7 @@ sourceSets {
|
||||
|
||||
compileTestKotlin {
|
||||
kotlinOptions.jdkHome = JDK_18
|
||||
kotlinOptions.freeCompilerArgs += ["-XXLanguage:+ReleaseCoroutines"]
|
||||
}
|
||||
|
||||
kotlin.experimental.coroutines 'enable'
|
||||
|
||||
Reference in New Issue
Block a user