Add kapt3-idea dependency to gradle script

This commit is contained in:
Mikhail Glukhikh
2017-09-22 18:00:45 +03:00
parent f348ee9381
commit d6028877e1
+2
View File
@@ -65,6 +65,8 @@ dependencies {
testRuntime(ideaPluginDeps("*.jar", plugin = "android"))
testRuntime(ideaPluginDeps("*.jar", plugin = "testng"))
testRuntime(project(":plugins:kapt3-idea")) { isTransitive = false }
// deps below are test runtime deps, but made test compile to split compilation and running to reduce mem req
testCompile(project(":plugins:android-extensions-compiler"))
testCompile(project(":plugins:android-extensions-ide")) { isTransitive = false }