Switch to new bootstrap, fix after rebase

This commit is contained in:
Ilya Chernikov
2017-09-18 11:51:45 +02:00
parent bb72da7d10
commit 82690fe6b3
2 changed files with 2 additions and 2 deletions
@@ -10,7 +10,7 @@ dependencies {
compile(project(":idea"))
compile(project(":idea:idea-gradle"))
compile(project(":plugins:android-extensions-compiler"))
compile(ideaPluginDeps("android", "sdk-tools", "sdk-common", plugin = "android"))
compile(ideaPluginDeps("android", "android-common", "sdk-tools", "sdk-common", plugin = "android"))
compile(ideaPluginDeps("Groovy", plugin = "Groovy"))
testCompile(project(":compiler.tests-common"))
testCompile(project(":compiler:cli"))