Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
refs/heads/upstream/dump-model-compiler-key-2
/
.
/
compiler
/
resolution
/
build.gradle.kts
blob: 9be7664bdbb85b1f04967b99680d842654490669 [
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"
{}
}