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