Sign in
pigweed
/
third_party
/
github
/
google
/
ksp
/
3587cc00705cd9377a076fb2ec70c0ba4e74b75d
/
.
/
integration-tests
/
src
/
test
/
resources
/
only-resources-file
/
build.gradle.kts
blob: c172acde79327fd4d2918f257e9a7a2062750f8b [
file
] [
log
] [
blame
]
plugins
{
kotlin
(
"multiplatform"
)
apply
false
}
val testRepo
:
String
by
project
subprojects
{
repositories
{
maven
(
testRepo
)
mavenCentral
()
maven
(
"https://redirector.kotlinlang.org/maven/bootstrap/"
)
}
}