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