Fixed
Status Update
Comments
sp...@google.com <sp...@google.com>
je...@google.com <je...@google.com>
lu...@google.com <lu...@google.com> #2
The reason this has not been seen before now is that JDK-8272564 was done for JDK-18 and that it also require min API level 28. The reason the Espresso library expose this is that (most likely) internal Google build tools have JDK-8272564 applied generating invoke-interface
on Object
methods.
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: