Sign in
pigweed
/
third_party
/
github
/
google
/
ksp
/
6ca8307bf1fd8abfe4a2d90ea78a186796a03279
/
.
/
cmdline-parser-gen
/
build.gradle.kts
blob: 65ac5676073440492fdc0e019621c97e393e6fac [
file
]
plugins
{
kotlin
(
"jvm"
)
}
dependencies
{
implementation
(
kotlin
(
"stdlib"
))
implementation
(
project
(
":api"
))
}