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