I want to modify some parts of Jacoco, it seems that Jacoco plugin was embedded in gradle
What should I do to use my own Jacoco rather than the nested one in android.
Is there any way to get increment code coverage (which meas only get the code coverage about diff code)
Android Gradle Plugin has a nested Jacoco,you can see it below: