Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
refs/heads/upstream/master
/
.
/
native
/
binary-options
/
build.gradle.kts
blob: 8641f9cd9c6ba3ab5fc55fada8ce507603111493 [
file
] [
log
] [
blame
] [
edit
]
plugins
{
kotlin
(
"jvm"
)
}
dependencies
{
compileOnly
(
kotlinStdlib
())
implementation
(
project
(
":compiler:config"
))
}