vanniktech / gradle-android-junit-jacoco-plugin

Gradle plugin that generates JaCoCo reports from an Android Gradle Project
http://vanniktech.com
Apache License 2.0
400 stars 76 forks source link

Update to jacoco version 0.8.7 #203

Closed lalunamel closed 2 years ago

lalunamel commented 3 years ago

Hello! I'm looking into using this plugin to get jacoco working with my android project, but I'm having trouble getting Kotlin flows to be recognized in the code coverage report.

I see that many jacoco versions have included changes related to kotlin, and so I'm wondering if a newer version of jacoco would do the trick for me.

In any event, I figure it's a good thing to keep up to date, so I thought I'd open a PR. The changes here are the same as those in this pr: https://github.com/vanniktech/gradle-android-junit-jacoco-plugin/pull/192