Sign in
pigweed
/
third_party
/
github
/
google
/
ksp
/
refs/heads/upstream/1.0.32-release
/
.
/
examples
/
playground
/
build.gradle.kts
blob: da4745336d57b5e631b82e02b0977db6353cd2cb [
file
] [
log
] [
blame
] [
edit
]
plugins
{
kotlin
(
"jvm"
)
}
allprojects
{
repositories
{
mavenCentral
()
}
}