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