blob: 54042ad32ff9cf81ef266da0a2ef334320258745 [file] [log] [blame] [edit]
plugins {
kotlin("jvm")
id("jps-compatible")
}
dependencies {
compile(project(":compiler:resolution"))
compile(project(":compiler:frontend"))
compile(project(":core:deserialization"))
compileOnly(intellijCoreDep()) { includeJars("intellij-core", rootProject = rootProject) }
}
sourceSets {
"main" { projectDefault() }
"test" {}
}