Sign in
pigweed
/
third_party
/
github
/
google
/
ksp
/
eaaa4662564ac0486c7eccfb1617ad7012aa72f2
/
.
/
examples
/
hello-world
/
processor
/
build.gradle.kts
blob: 9d020a461b9ecd7af41accd202a589c57dc4b36a [
file
]
plugins
{
kotlin
(
"jvm"
)
}
repositories
{
mavenCentral
()
}
dependencies
{
implementation
(
project
(
":annotations"
))
implementation
(
"com.google.devtools.ksp:symbol-processing-api:2.3.5"
)
}