blob: 8da6f36f3a2ea950dc5f63beba1f3916fce1588b [file] [log] [blame]
plugins {
kotlin("jvm")
id("jps-compatible")
}
dependencies {
api(project(":core:compiler.common"))
api(project(":compiler:util"))
api(project(":compiler:frontend.common"))
api(project(":kotlin-script-runtime"))
compileOnly(intellijCore())
compileOnly(libs.guava)
compileOnly(libs.intellij.fastutil)
implementation(project(":compiler:psi:psi-api"))
implementation(project(":compiler:psi:parser"))
}
sourceSets {
"main" { projectDefault() }
"test" {}
}