mirror of
https://github.com/2006-Scape/apollo.git
synced 2026-07-04 16:49:11 +00:00
Enable experimental coroutines for all kotlin projects
This commit is contained in:
@@ -20,6 +20,12 @@ sourceSets {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
allprojects {
|
||||||
|
it.plugins.withId('kotlin') {
|
||||||
|
kotlin { experimental { coroutines 'enable' } }
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compile project(':cache')
|
compile project(':cache')
|
||||||
compile project(':net')
|
compile project(':net')
|
||||||
|
|||||||
Reference in New Issue
Block a user