blob: 3571949c2a3e4278b3cb3c55bf528ca772615277 [file] [edit]
plugins {
kotlin("jvm")
}
dependencies {
api(project(":compiler:resolution.common"))
api(project(":core:compiler.common.js"))
}
sourceSets {
"main" { projectDefault() }
"test" {}
}