From 26dcd1c706101a8c9d69f1299c29290d627b2f7c Mon Sep 17 00:00:00 2001 From: Vyacheslav Gerasimov Date: Mon, 27 Nov 2017 19:50:41 +0300 Subject: [PATCH] Add kapt3-idea to test runtime of idea-android --- idea/idea-android/build.gradle.kts | 1 + 1 file changed, 1 insertion(+) 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"))