Sign in
pigweed
/
third_party
/
github
/
google
/
ksp
/
HEAD
/
.
/
examples
/
hello-world
/
settings.gradle.kts
blob: f0cb5ec033c023e7d307e8a13879a1de36d64e51 [
file
]
pluginManagement
{
repositories
{
gradlePluginPortal
()
}
}
rootProject
.
name
=
"ksp-hello-world"
include
(
":annotations"
)
include
(
":app"
)
include
(
":processor"
)