blob: 24f20e9b031ec147fa0b43607c6c7a507013f08a [file] [log] [blame] [edit]
plugins {
kotlin("jvm")
id("jps-compatible")
id("gradle-plugin-compiler-dependency-configuration")
}
dependencies {
api(project(":compiler:util"))
api(project(":compiler:frontend"))
compileOnly(intellijCore())
}
sourceSets {
"main" { projectDefault() }
"test" {}
}
optInToExperimentalCompilerApi()