Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
refs/heads/upstream/ij-1.7.0
/
.
/
compiler
/
javac-wrapper
/
build.gradle.kts
blob: ecd8032b7348e97069e262b975abc7c0706e3453 [
file
] [
log
] [
blame
] [
edit
]
plugins
{
kotlin
(
"jvm"
)
id
(
"jps-compatible"
)
}
dependencies
{
api
(
project
(
":compiler:util"
))
api
(
project
(
":compiler:frontend.java"
))
compileOnly
(
toolsJarApi
())
compileOnly
(
intellijCore
())
}
sourceSets
{
"main"
{
projectDefault
()
}
"test"
{
}
}