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