Use new coroutines in samples

This commit is contained in:
Ilya Gorbunov
2018-09-07 06:28:04 +03:00
parent 4d3d376db8
commit 9c812c6e2b
3 changed files with 1 additions and 3 deletions
+1
View File
@@ -11,6 +11,7 @@ sourceSets {
compileTestKotlin {
kotlinOptions.jdkHome = JDK_18
kotlinOptions.freeCompilerArgs += ["-XXLanguage:+ReleaseCoroutines"]
}
kotlin.experimental.coroutines 'enable'