Tony Robalik

Results 388 comments of Tony Robalik
trafficstars

Thanks for the feature request. This seems possibly doable.

Resolved with https://github.com/autonomousapps/dependency-analysis-android-gradle-plugin/pull/249.

I think it will require a focused effort to support kotlin multiplatform, rather than trying to fix seeming bugs in an ad hoc manner. I will reopen this ticket with...

@eugene-krivobokov could you try this again with 0.74.0? I've recently made some improvements to how test code and dependencies are processed.

Part of the issue here is that the plugin currently offers no support for androidTests, and I simply don't have time to implement it right now. After my experience with...

I have observed that, despite the plugin not supporting androidTest in any way, it can still emit advice about "unused" dependencies in the androidTest source set. So at the very...

Sorry to keep going back and forth on this, but after some analysis I'm back to where I started: I'll implement androidTest support post-1.0. For anyone else who runs into...

Thanks for the feature request. Can you clarify what you mean by "exclude classes from dependency analysis reports"? Is this on the consumer (project under analysis) or producer (dependency) side?...