blob: a0bcda7b70aff22fb3eb88961d08f915b5b4cfd1 [file] [log] [blame] [edit]
plugins {
kotlin("jvm")
id("jps-compatible")
}
dependencies {
implementation(project(":core:compiler.common"))
implementation(project(":compiler:util"))
implementation(project(":compiler:psi"))
implementation(intellijCore())
}
kotlin {
explicitApi()
}
sourceSets {
"main" { projectDefault() }
}