Tony Robalik

Results 385 comments of Tony Robalik
trafficstars

You're on top of things! That just got merged yesterday. It'll be in Gradle 7.4, and may require substantial changes to the plugin. No eta at this time.

The only solution at present is to comment it out. I don't have any plans to make it possible to, e.g., "disable" it. I'd rather just make it compliant as...

Thanks for letting me know, @eskatos!

https://github.com/autonomousapps/dependency-analysis-android-gradle-plugin/pull/680 resolves https://github.com/autonomousapps/dependency-analysis-android-gradle-plugin/issues/306#issuecomment-1045985505 https://github.com/autonomousapps/dependency-analysis-android-gradle-plugin/issues/306#issuecomment-1048848550 is not an issue since 1.0.

Will release [the partial support](https://github.com/autonomousapps/dependency-analysis-android-gradle-plugin/pull/680) as 1.2.2.

Ended up releasing as 1.3.0, since there was a new feature as well.

You might be right about test fixtures. This plugin currently makes no accommodation for that. You can get some insight into why the plugin is recommending something by eg: ```...

Thanks, appreciated. I think this must be due to the plugin having no support yet for `testFixtures`. I will update this ticket to be a "feature request" to support that...

@daanschipper thank you for the detailed note. I have given it some thought and I think you're on the right track, at least to the extent that it certainly seems...

FYI I am currently working on a massive redesign of the plugin, and as part of that I'm reworking the "location" code, and it will include an `attributes: Set` (or...