Build: Add dependency on gradle plugin to android-extensions-idea module
This commit is contained in:
@@ -19,6 +19,7 @@ dependencies {
|
|||||||
compileOnly(project(":idea:idea-gradle"))
|
compileOnly(project(":idea:idea-gradle"))
|
||||||
compileOnly(project(":kotlin-android-extensions-runtime"))
|
compileOnly(project(":kotlin-android-extensions-runtime"))
|
||||||
compileOnly(intellijPluginDep("android"))
|
compileOnly(intellijPluginDep("android"))
|
||||||
|
compileOnly(intellijPluginDep("gradle"))
|
||||||
compileOnly(intellijPluginDep("Groovy"))
|
compileOnly(intellijPluginDep("Groovy"))
|
||||||
compileOnly(intellijDep())
|
compileOnly(intellijDep())
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user