Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
refs/heads/upstream/udalov-jvm-perf-hackathon
/
.
/
js
/
js.engines
/
build.gradle.kts
blob: 555a7d7f740cc563820e63287174c09d250319e4 [
file
] [
log
] [
blame
] [
edit
]
plugins
{
kotlin
(
"jvm"
)
id
(
"jps-compatible"
)
}
dependencies
{
api
(
project
(
":compiler:util"
))
api
(
project
(
":js:js.ast"
))
api
(
project
(
":js:js.translator"
))
api
(
intellijCore
())
}
sourceSets
{
"main"
{
projectDefault
()
}
"test"
{}
}