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" {}
}