Hello, I am having an issue using androidTestCompile with AAR dependencies (Jar deps are working) using: * Gradle 1.11 * Gradle Android Tool plugin 0.9.0
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 -- You received this message because you are subscribed to the Google Groups "adt-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
