jps: support dev kit module types (and all other ModuleBasedBuildTargetType)

#KT-24500 fixed

Original commit: ec5110e1f4
This commit is contained in:
Sergey Rostov
2018-05-23 14:39:00 +03:00
parent bc37e46187
commit 79bf8f7c98
11 changed files with 89 additions and 1 deletions
+1
View File
@@ -27,6 +27,7 @@ dependencies {
testCompile(projectTests(":kotlin-build-common"))
testCompileOnly(intellijDep("jps-standalone")) { includeJars("jps-builders", "jps-builders-6") }
testCompileOnly(intellijDep()) { includeJars("openapi", "idea", "platform-api", "log4j") }
testCompile(intellijDep("devkit"))
testCompile(intellijDep("jps-build-test"))
compilerModules.forEach {
testRuntime(project(it))