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