blob: 736668ab1182db9de88d26db45933ca30c0f8efe [file] [log] [blame]
subprojects {
buildscript {
repositories {
mavenCentral()
jcenter()
maven { url 'https://maven.google.com' }
maven { url "https://dl.bintray.com/kotlin/kotlin-eap/" }
maven { url "https://dl.bintray.com/kotlin/kotlin-dev" }
}
}
repositories {
mavenCentral()
jcenter()
maven { url 'https://maven.google.com' }
maven { url "https://dl.bintray.com/kotlin/kotlin-eap/" }
maven { url "https://dl.bintray.com/kotlin/kotlin-dev" }
}
}