mirror of
https://github.com/2006-Scape/apollo.git
synced 2026-07-03 00:38:21 +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 {
|
||||
compile project(':cache')
|
||||
compile project(':net')
|
||||
|
||||
Reference in New Issue
Block a user