Tony Robalik

Results 389 comments of Tony Robalik
trafficstars

I ran into this issue on one of my projects and resolved it [here](https://github.com/autonomousapps/dependency-analysis-gradle-plugin/commit/3362d389eb9cce0e598e04cb83f2a36b3edbcaab). I'm going to consider this issue closed.

Thanks for the issue. I don't understand what you mean by this comment: ``` // Adding this should have fixed it but Gradle says it can't find the task (as...

Thanks for the report. Does this only happen with that specific kind of advice, or also dependency-related advice?

I think doing this generally is outside the scope of this plugin, at least for now. For specific use-cases, such as detecting that kapt is unused (which we already do),...

@Vichy97 DAGP does check the manifest file for resources that might be provided by other modules. It's possible it's missing the theme statement. Could you provide a minimal reproducer?

@SimonMarquis no need for a new issue, this is sufficient. And thanks!

Thanks for the issue. I think this would be a good idea, but I'm not sure when I'll have time to pursue it. If it's something someone else could contribute,...

Thanks for the issue. **Do you have a reproducer?** Also, I note you appear to be describing an Android project but have not provided the AGP version in use. And...