Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
refs/heads/upstream/partial-linkage-wip
/
.
/
js
/
js.ast
/
build.gradle.kts
blob: b3b62f629cf283918e39dbe941e5e1a0f1f80cfd [
file
] [
log
] [
blame
] [
edit
]
plugins
{
kotlin
(
"jvm"
)
id
(
"jps-compatible"
)
}
dependencies
{
api
(
project
(
":core:descriptors"
))
compileOnly
(
intellijCore
())
compileOnly
(
commonDependency
(
"org.jetbrains.intellij.deps:trove4j"
))
}
sourceSets
{
"main"
{
projectDefault
()
}
"test"
{}
}