From f67db64dbac29f484be5e12cf5b6d030e838d781 Mon Sep 17 00:00:00 2001 From: Nicolay Mitropolsky Date: Thu, 30 Nov 2017 21:26:22 +0300 Subject: [PATCH] *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 --- ultimate/build.gradle.kts | 1 + 1 file changed, 1 insertion(+) diff --git a/ultimate/build.gradle.kts b/ultimate/build.gradle.kts index 9e4190a59a3..5377a38be94 100644 --- a/ultimate/build.gradle.kts +++ b/ultimate/build.gradle.kts @@ -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"))