Tony Robalik
Tony Robalik
Years old, but take a look at https://github.com/autonomousapps/dependency-analysis-android-gradle-plugin, a plugin I've authored that at least answers the question of "which of my dependencies are unused"? (among many others)
I have made my fork open source (apologies for somehow missing this earlier). Obviously this repo is no longer maintained. https://github.com/hiyainc-oss/android-jacoco
Fixed in https://github.com/arturdm/jacoco-android-gradle-plugin/pull/75, at least in the base plugin. If you're doing custom stuff, you should use `executionData.setFrom(...)`, etc.
I published a forked version of this plugin at https://plugins.gradle.org/plugin/com.hiya.jacoco-android
Please file issues on my repo. Also, I only made it compatible with gradle 6 (along with some build script cleanup). I didn't fix any other issues. So, do what...
It should be possible to create issues now. Thanks for letting me know. On Sun, Dec 15, 2019 at 2:31 AM Mochamad Iqbal Dwi Cahyo < [email protected]> wrote: > Please...
Thanks for the issue. I'll consider it and get back to you.
Hm, it's actually fairly unusually to see someone use `kaptTest`. I'm just checking, but do you mean `kaptAndroidTest`?
> required for Hilt Android unit tests Is Hilt that common? That looks like a huge anti-pattern to me. 😱 What is Android doing to unit tests... 😢
Thanks for the issue. This plugin does not yet support KMP projects.