Minor: Add dependency to android-extensions-runtime to get rid of compile errors in IDE

This commit is contained in:
Yan Zhulanow
2017-10-11 23:09:21 +03:00
parent eb39c4c590
commit 824e0a072e
+1
View File
@@ -8,6 +8,7 @@ dependencies {
testCompile(project(":compiler.tests-common"))
testCompile(project(":plugins:android-extensions-compiler"))
testCompile(project(":plugins:android-extensions-ide"))
testCompile(project(":kotlin-android-extensions-runtime"))
testCompile(project(":allopen-ide-plugin")) { isTransitive = false }
testCompile(project(":kotlin-allopen-compiler-plugin"))
testCompile(project(":noarg-ide-plugin")) { isTransitive = false }