mirror of
https://github.com/2006-Scape/apollo.git
synced 2026-07-03 08:39:11 +00:00
13 lines
253 B
Groovy
13 lines
253 B
Groovy
subprojects {
|
|
if (it.buildFile.exists()) {
|
|
apply plugin: 'apollo-plugin'
|
|
|
|
repositories {
|
|
mavenCentral()
|
|
maven {
|
|
url { 'https://dl.bintray.com/kotlin/kotlinx/' }
|
|
}
|
|
}
|
|
}
|
|
}
|