Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
refs/heads/upstream/master
/
.
/
js
/
js.frontend.common
/
build.gradle.kts
blob: 3571949c2a3e4278b3cb3c55bf528ca772615277 [
file
] [
edit
]
plugins
{
kotlin
(
"jvm"
)
}
dependencies
{
api
(
project
(
":compiler:resolution.common"
))
api
(
project
(
":core:compiler.common.js"
))
}
sourceSets
{
"main"
{
projectDefault
()
}
"test"
{}
}