Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
refs/heads/upstream/zarechenskiy5
/
.
/
compiler
/
resolution
/
build.gradle.kts
blob: ab4199bf4b7f2a24699430c636ac97fd1060da27 [
file
] [
log
] [
blame
] [
edit
]
plugins
{
kotlin
(
"jvm"
)
id
(
"jps-compatible"
)
}
dependencies
{
compile
(
project
(
":compiler:util"
))
compile
(
project
(
":core:descriptors"
))
compileOnly
(
intellijDep
())
{
includeJars
(
"trove4j"
)
}
}
sourceSets
{
"main"
{
projectDefault
()
}
"test"
{}
}