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