Enable experimental coroutines for all kotlin projects

This commit is contained in:
Gary Tierney
2017-09-17 19:37:14 +01:00
parent 1f33619ac6
commit 8a3decfc54
+6
View File
@@ -20,6 +20,12 @@ sourceSets {
}
}
allprojects {
it.plugins.withId('kotlin') {
kotlin { experimental { coroutines 'enable' } }
}
}
dependencies {
compile project(':cache')
compile project(':net')