Tony Robalik
Tony Robalik
In my debugging, I've discovered that this is only an issue with Android projects. JVM projects work fine without these changes. Something to do with [this](https://github.com/autonomousapps/dependency-analysis-gradle-plugin/blob/main/src/main/kotlin/com/autonomousapps/internal/analyzer/AndroidSources.kt#L78-L84) code.
Thanks for the report.
Thanks for the report and reproducer.
Thanks for the report. I note the description of the issue (in the text) doesn't include any `suspend` functions. Does the repro contain suspend functions? (I haven't downloaded it yet.)...
> The PR action tries to set env vars for publishing which are unavilable. @JakeWharton could you elaborate? I can see `ARTIFACT_SIGNING_PRIVATE_KEY` in the set of secrets available. I assume...
@ivanalvarado would you mind rebasing? I tested locally and it's green, but your branch is out of date. I'll merge manually if I have to.
I checked this out, tested it, and rebased/merge it to main just now. It's at https://github.com/square/gradle-dependencies-sorter/commit/d2ffedb678aef2a263f897b8acbe2e8fe9aa4823. Closing this PR. Thanks for your patience!
Thanks for the issue. Shrinking the size of these artifacts is something we've thought about. Our of curiosity, could you let me know which subdir(s) are the largest?
Thank you, that's very helpful!
Gzipping just one of the largest single artifacts has reduced the size of that artifact by over 90%, and the size of this plugin's test suite output by around 25%.