Fixed
Status Update
Comments
sp...@google.com <sp...@google.com>
je...@google.com <je...@google.com>
lu...@google.com <lu...@google.com> #2
This is due to always registering the jacoco transforms. We can improve this by only registering transforms if at least one variant has android test coverage enabled, so the androidJacocoAnt
configuration is only created when necessary.
Description
DESCRIBE THE ISSUE IN DETAIL: Stop creating androidJacocoAnt configuration if coverage is not enabled. We are wasting resources to create it.
STEPS TO REPRODUCE:
Expected:
There is no jacoco listed in dependencies
Actual
There is: