diff --git a/j2k/build.gradle.kts b/j2k/build.gradle.kts index cef50acd495..50aa4d18733 100644 --- a/j2k/build.gradle.kts +++ b/j2k/build.gradle.kts @@ -24,6 +24,7 @@ dependencies { testRuntime(project(":sam-with-receiver-ide-plugin")) testRuntime(project(":allopen-ide-plugin")) testRuntime(project(":noarg-ide-plugin")) + testRuntime(project(":plugins:kapt3-idea")) { isTransitive = false } testRuntime(ideaSdkDeps("*.jar")) testRuntime(ideaPluginDeps("*.jar", plugin = "properties")) testRuntime(ideaPluginDeps("*.jar", plugin = "gradle"))