*kapt3-idea* added to *ultimate* as testRuntime dependency

because of falling tests. It seems that there is not such issue in 1.2.0 branch
This commit is contained in:
Nicolay Mitropolsky
2017-11-30 21:26:22 +03:00
parent 4db5ca66e3
commit f67db64dba
+1
View File
@@ -81,6 +81,7 @@ dependencies {
testRuntime(project(":kotlin-noarg-compiler-plugin")) { isTransitive = false }
testRuntime(project(":allopen-ide-plugin")) { isTransitive = false }
testRuntime(project(":kotlin-allopen-compiler-plugin")) { isTransitive = false }
testRuntime(project(":plugins:kapt3-idea")) { isTransitive = false }
testRuntime(ideaUltimateSdkDeps("*.jar"))
testRuntime(ideaUltimatePluginDeps("*.jar", plugin = "properties"))
testRuntime(ideaUltimatePluginDeps("*.jar", plugin = "coverage"))