androidJacocoAnt configuration no longer found with Android Gradle plugin 3.1.0
Diffing the output of gradle dependencies
with different plugin versions, it seems that
jacocoClasspath = configurations['androidJacocoAnt']
needs to change to
jacocoClasspath = configurations['jacocoAnt']