Files
apollo/game/plugin/build.gradle
T
2017-09-16 20:40:17 +01:00

13 lines
253 B
Groovy

subprojects {
if (it.buildFile.exists()) {
apply plugin: 'apollo-plugin'
repositories {
mavenCentral()
maven {
url { 'https://dl.bintray.com/kotlin/kotlinx/' }
}
}
}
}