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