This plugin wires JaCoCo code coverage into Android Gradle projects, generating per-variant coverage reports for unit tests and, when configured, instrumentation tests. It produces HTML and XML outputs that slot neatly into CI pipelines and code quality dashboards. Configuration options let you include or exclude classes (like generated code), merge coverage across flavors and build types, and enforce minimum thresholds to prevent regressions. The plugin integrates cleanly with the Android...