Minor: Add kotlin-android-extensions-runtime dependency to get rid of error messages in IDE

This commit is contained in:
Yan Zhulanow
2017-11-10 20:38:36 +09:00
parent 037caf3a17
commit 8496ff8611
@@ -12,6 +12,9 @@ dependencies {
compile(project(":plugins:android-extensions-compiler"))
compile(ideaPluginDeps("android", "android-common", "sdk-tools", "sdk-common", plugin = "android"))
compile(ideaPluginDeps("Groovy", plugin = "Groovy"))
compileOnly(project(":kotlin-android-extensions-runtime"))
testCompile(project(":compiler:tests-common"))
testCompile(project(":compiler:cli"))
testCompile(project(":compiler:frontend.java"))
testCompile(project(":idea:idea-test-framework")) { isTransitive = false }