Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
refs/heads/upstream/intellij-kotlin-master
/
.
/
js
/
js.parser
/
build.gradle.kts
blob: 14884a562acdfc79653d5e405d1a185a7788913b [
file
] [
log
] [
blame
] [
edit
]
plugins
{
kotlin
(
"jvm"
)
id
(
"jps-compatible"
)
}
dependencies
{
compile
(
project
(
":compiler:util"
))
compile
(
project
(
":js:js.ast"
))
compileOnly
(
intellijCoreDep
())
{
includeJars
(
"intellij-core"
)
}
}
sourceSets
{
"main"
{
projectDefault
()
}
"test"
{}
}