Build: Add dependency on gradle plugin to idea-android module
This commit is contained in:
@@ -22,6 +22,7 @@ dependencies {
|
|||||||
compileOnly(project(":kotlin-android-extensions-runtime"))
|
compileOnly(project(":kotlin-android-extensions-runtime"))
|
||||||
compileOnly(intellijDep())
|
compileOnly(intellijDep())
|
||||||
compileOnly(intellijPluginDep("android"))
|
compileOnly(intellijPluginDep("android"))
|
||||||
|
compileOnly(intellijPluginDep("gradle"))
|
||||||
|
|
||||||
testCompile(project(":kotlin-test:kotlin-test-jvm"))
|
testCompile(project(":kotlin-test:kotlin-test-jvm"))
|
||||||
testCompile(projectTests(":idea:idea-test-framework")) { isTransitive = false }
|
testCompile(projectTests(":idea:idea-test-framework")) { isTransitive = false }
|
||||||
|
|||||||
Reference in New Issue
Block a user