Android plugins are now test dependencies, not compile-time

This commit is contained in:
Yan Zhulanow
2014-11-28 20:34:36 +03:00
parent 638fb7526c
commit edac24df74
3 changed files with 2 additions and 7 deletions
+2 -2
View File
@@ -45,7 +45,7 @@
<orderEntry type="library" scope="PROVIDED" name="coverage-plugin" level="project" />
<orderEntry type="module" module-name="util" />
<orderEntry type="library" name="android_tests" level="project" />
<orderEntry type="module" module-name="android-compiler-plugin" />
<orderEntry type="module" module-name="android-idea-plugin" />
<orderEntry type="module" module-name="android-compiler-plugin" scope="TEST" />
<orderEntry type="module" module-name="android-idea-plugin" scope="TEST" />
</component>
</module>