Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
refs/heads/upstream/zharkov-lambda-in-the-air-backup-5
/
.
/
compiler
/
frontend.common-psi
/
build.gradle.kts
blob: 7a137fffccf2126d35ebd4c9cf87b764da0cde1b [
file
] [
log
] [
blame
] [
edit
]
plugins
{
kotlin
(
"jvm"
)
id
(
"jps-compatible"
)
}
dependencies
{
api
(
project
(
":compiler:frontend.common"
))
api
(
project
(
":compiler:psi"
))
compileOnly
(
intellijCore
())
}
sourceSets
{
"main"
{
projectDefault
()
}
"test"
{}
}