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