Sign in
pigweed
/
third_party
/
github
/
google
/
ksp
/
d7afd829ff844c9ae5af19a0cebef409eaf13091
/
.
/
integration-tests
/
src
/
test
/
resources
/
playground-android
/
build.gradle.kts
blob: fab421a4779a92558dd1943e463bd9d3ac310841 [
file
]
buildscript
{
val testRepo
:
String
by
project
repositories
{
maven
(
testRepo
)
mavenCentral
()
maven
(
"https://redirector.kotlinlang.org/maven/bootstrap/"
)
google
()
}
}