diff --git a/idea/build.gradle.kts b/idea/build.gradle.kts index fbe7bc55fa4..e3de3a7c424 100644 --- a/idea/build.gradle.kts +++ b/idea/build.gradle.kts @@ -65,6 +65,8 @@ dependencies { testRuntime(ideaPluginDeps("*.jar", plugin = "android")) testRuntime(ideaPluginDeps("*.jar", plugin = "testng")) + testRuntime(project(":plugins:kapt3-idea")) { isTransitive = false } + // deps below are test runtime deps, but made test compile to split compilation and running to reduce mem req testCompile(project(":plugins:android-extensions-compiler")) testCompile(project(":plugins:android-extensions-ide")) { isTransitive = false }