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