diff --git a/idea/idea-android/build.gradle.kts b/idea/idea-android/build.gradle.kts index ecb0e150d6b..daf76e81c6b 100644 --- a/idea/idea-android/build.gradle.kts +++ b/idea/idea-android/build.gradle.kts @@ -30,6 +30,7 @@ dependencies { testRuntime(projectDist(":kotlin-compiler")) testRuntime(project(":plugins:android-extensions-ide")) + testRuntime(project(":plugins:kapt3-idea")) testRuntime(project(":sam-with-receiver-ide-plugin")) testRuntime(project(":noarg-ide-plugin")) testRuntime(project(":allopen-ide-plugin"))