MatFl
MatFl
This is still a issue when trying to run local (non-android) tests in an android library module. It is working for application modules. In the local tests the DexmakerMockMaker should...
Newer versions of mockito (I think since mockito 2.6) support android out of the box. You can remove all the dexmaker dependencies and add the mockito-android instead. Check out the...
I would like to use spotbugs in our Android application, but creating a sourceSet and a javaCompile task for this seems so wrong. If the SpotBugsTask would have a setter...
Defining a java sourceSet and compiling the java task is (in my opinion) nothing more than a dirty workaround. Android already defines sourceSets and build tasks, which however aren't compatible...