blob: 023f8a1191204bddfc3f6df4b5d048c672d811a6 [file]
buildscript {
val testRepo: String by project
repositories {
maven(testRepo)
mavenCentral()
maven("https://redirector.kotlinlang.org/maven/bootstrap/")
google()
}
}
plugins {
id("com.android.application") apply false
id("com.google.devtools.ksp") apply false
}
allprojects {
val testRepo: String by project
repositories {
maven(testRepo)
mavenCentral()
maven("https://redirector.kotlinlang.org/maven/bootstrap/")
google()
}
}