blob: de342fd243b0f12f51579e81e53e19289212c9dd [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
kotlin("android") 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()
}
}