About the order, I don't know if it is possible at all in Gradle to specify the order in the classpath for testrunners. In that case it would be a Gradle feature to be added rather than AS. Of course AS should then affect the build.gradle in order to make order change effective.
For the compile vs. provided...I have no idea as well :p On Saturday, February 8, 2014 5:24:04 PM UTC+1, Jürgen Cruz wrote: > > I am also waiting for the day JUnit tests are available for android plugin > even if you can't use the android library and require a third party > (robolectric). there are various classes that are Java pure that shouldn't > require instrumentation tests. > > About modifying the dependencies in the modules settings, I would actually > prefer to modify the gradle.build file since for the changes you make in > the modules settings to be effective, they would have to change your > build.gradle file. > -- 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/groups/opt_out.
