Generate Jacoco coverage for a multi-project Gradle setup Configuring Gradle build system to combine Jacoco and Android plugins for unit test coverage generation for multi-project setup
An example of how to configure Jacoco task in your build.gradle to generate coverage
report for a multi-project Gradle setup. The script will iterate through a set of
dependencies that is manually specified and merge all .class and source files into
final Jacoco report.