Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9fc4d94d04f972782fee2dc5b3b25d052d88601a
/
.
/
compiler
/
frontend
/
cfg
/
build.gradle.kts
blob: a92f3737934cfbd9e40bacd0d0a8ae4d24a160f0 [
file
]
plugins
{
kotlin
(
"jvm"
)
id
(
"jps-compatible"
)
}
dependencies
{
api
(
project
(
":compiler:frontend"
))
compileOnly
(
intellijCore
())
compileOnly
(
libs
.
guava
)
}
sourceSets
{
"main"
{
projectDefault
()
}
"test"
{}
}