plugins { | |
kotlin("jvm") | |
id("jps-compatible") | |
} | |
dependencies { | |
compile(project(":compiler:fir:raw-fir:psi2fir")) | |
compile(project(":compiler:fir:resolve")) | |
compile(project(":compiler:visualizer:common")) | |
compileOnly(intellijCoreDep()) { includeJars("intellij-core") } | |
} | |
sourceSets { | |
"main" { projectDefault() } | |
"test" { } | |
} |