Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
refs/heads/upstream/dump-model-compiler-key-1.7.0
/
.
/
compiler
/
plugin-api
/
build.gradle.kts
blob: 3a67dada7e5ae04d1f35e1869747a9dc9aa683b3 [
file
] [
log
] [
blame
] [
edit
]
plugins
{
kotlin
(
"jvm"
)
id
(
"jps-compatible"
)
}
dependencies
{
api
(
project
(
":compiler:util"
))
api
(
project
(
":compiler:frontend"
))
compileOnly
(
intellijCore
())
}
sourceSets
{
"main"
{
projectDefault
()
}
"test"
{}
}