Build: Add dependency on gradle plugin to android-extensions-idea module

This commit is contained in:
Vyacheslav Gerasimov
2019-10-24 21:00:45 +03:00
parent e096691bd8
commit b1d7df697d
@@ -19,6 +19,7 @@ dependencies {
compileOnly(project(":idea:idea-gradle"))
compileOnly(project(":kotlin-android-extensions-runtime"))
compileOnly(intellijPluginDep("android"))
compileOnly(intellijPluginDep("gradle"))
compileOnly(intellijPluginDep("Groovy"))
compileOnly(intellijDep())