blob: 4d3201df213a8784122af2ce6f3b1e3375f06e4f [file] [log] [blame]
buildscript {
val testRepo: String by project
repositories {
maven(testRepo)
mavenCentral()
maven("https://redirector.kotlinlang.org/maven/bootstrap/")
google()
}
}
allprojects {
val testRepo: String by project
repositories {
maven(testRepo)
mavenCentral()
maven("https://redirector.kotlinlang.org/maven/bootstrap/")
google()
}
}