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