After running ./gradlew createDebugCoverageReport task and opening report (app/build/reports/coverage/debug/index.html) I can see in the right bottom corner this text version:
Created with JaCoCo 0.7.9.201702052155
Shouldn't the JaCoCo version be the same as version defined in ext.jacocoVersion 🤔
After running
./gradlew createDebugCoverageReporttask and opening report (app/build/reports/coverage/debug/index.html) I can see in the right bottom corner this text version:Created with JaCoCo 0.7.9.201702052155Shouldn't the JaCoCo version be the same as version defined in
ext.jacocoVersion🤔