Extracted Kotlin.JVM IDE into separate module
This change is required to have possibility to build plugin against minor IDEs, which don't have Java. So we want to extract idea-jvm
This commit is contained in:
@@ -6,6 +6,7 @@ dependencies {
|
||||
compile(project(":compiler:frontend.script"))
|
||||
compile(projectTests(":compiler:tests-common"))
|
||||
compile(project(":idea"))
|
||||
compile(project(":idea:idea-jvm"))
|
||||
compile(project(":idea:idea-core"))
|
||||
compile(project(":idea:idea-jps-common"))
|
||||
compile(project(":kotlin-test:kotlin-test-jvm"))
|
||||
|
||||
Reference in New Issue
Block a user