I am having an issue using androidTestCompile with AAR dependencies (Jar deps are working) using:
How to reproduce
-> Use any AAR dependency with the '"androidTestCompile" scope , like androidTestCompile 'com.jakewharton.espresso:espresso:1.1-r2'
Actual result
-> The java classes are not accessible from the android test source code
When did this bug start happening?
-> I noticed it starting from 0.9.0, might have been present sooner though.
When does the bug occur?
-> Always
Describe any workarounds you have found
-> Change the scope to "compile" solves it but not an appropriate solution