blob: 736668ab1182db9de88d26db45933ca30c0f8efe (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
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" }
}
}
|