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(intellijDep())
|
||||
compileOnly(intellijPluginDep("android"))
|
||||
compileOnly(intellijPluginDep("gradle"))
|
||||
|
||||
testCompile(project(":kotlin-test:kotlin-test-jvm"))
|
||||
testCompile(projectTests(":idea:idea-test-framework")) { isTransitive = false }
|
||||
|
||||
Reference in New Issue
Block a user