From 4c5cf0f7e7cb5abc50054436b1ff498e39bf2569 Mon Sep 17 00:00:00 2001 From: Nicolay Mitropolsky Date: Tue, 19 Dec 2017 18:03:26 +0300 Subject: [PATCH] *kapt3-idea* added to test-dependencies in *uast-kotlin* --- plugins/uast-kotlin/build.gradle.kts | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/uast-kotlin/build.gradle.kts b/plugins/uast-kotlin/build.gradle.kts index ec3f59e3be3..d501286d06f 100644 --- a/plugins/uast-kotlin/build.gradle.kts +++ b/plugins/uast-kotlin/build.gradle.kts @@ -26,6 +26,7 @@ dependencies { testRuntime(ideaPluginDeps("*.jar", plugin = "properties")) testRuntime(project(":idea:idea-android")) testRuntime(project(":idea:idea-gradle")) + testRuntime(project(":plugins:kapt3-idea")) { isTransitive = false } testRuntime(project(":sam-with-receiver-ide-plugin")) testRuntime(project(":allopen-ide-plugin")) testRuntime(project(":noarg-ide-plugin"))