Tony Robalik

Results 397 comments of Tony Robalik
trafficstars

When debugging the find declarations task, I see these two weird dependencies appearing on multiple classpaths as being "declared" by the build somehow. I think maybe the Kotlin plugin is...

This one is a `FileCollectionDependency`

Absolutely delightful. This is just a reference to a file collection. It must be added by KGP to various configurations, by default. We'll have to filter this out wherever it...

https://github.com/autonomousapps/dependency-analysis-gradle-plugin/pull/1049

I believe this is essentially a duplicate of https://github.com/autonomousapps/dependency-analysis-gradle-plugin/issues/685, which is the result of a Gradle issue not properly wiring in task dependencies when generating tasks contribute to a source...

I suspect this might be fixed in 1.24.0. I found a bug relating to version skew with external dependencies, in a different context than this, and fixed it. Can you...

Thanks for the question. Your methodology for excluding variants (disabling tasks) is not the right way to go about it. Instead, please use the appropriate AGP API. See the docs...

Have you tried the [reason](https://github.com/autonomousapps/dependency-analysis-android-gradle-plugin#reason) task?

Ok. This would probably be a useful feature for some users, but it's not something I can prioritize now given time constraints. If you or your company are interested in...

Thanks for the report.