Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
refs/heads/upstream/kt-252
/
.
/
js
/
js.frontend.common
/
build.gradle.kts
blob: 3407ef7a5bea683dc77e45030f07ad52d8cf8fbb [
file
] [
log
] [
blame
] [
edit
]
plugins
{
kotlin
(
"jvm"
)
id
(
"jps-compatible"
)
}
dependencies
{
api
(
project
(
":compiler:resolution.common"
))
api
(
project
(
":core:compiler.common.js"
))
}
sourceSets
{
"main"
{
projectDefault
()
}
"test"
{}
}