diff --git a/idea/idea-android/build.gradle.kts b/idea/idea-android/build.gradle.kts index e19f1ac300f..56fdfb8a7de 100644 --- a/idea/idea-android/build.gradle.kts +++ b/idea/idea-android/build.gradle.kts @@ -22,6 +22,7 @@ dependencies { compileOnly(project(":kotlin-android-extensions-runtime")) compileOnly(intellijDep()) compileOnly(intellijPluginDep("android")) + compileOnly(intellijPluginDep("gradle")) testCompile(project(":kotlin-test:kotlin-test-jvm")) testCompile(projectTests(":idea:idea-test-framework")) { isTransitive = false }