dependency-tree-diff icon indicating copy to clipboard operation
dependency-tree-diff copied to clipboard

Upgrade Dependencies and use Path extensions

Open kyay10 opened this issue 4 years ago • 1 comments

The project has been stuck on 1.4 for a bit, updating is probably helpful and it only uses 5 KB extra.

Also because of the higher Kotlin version the new Path extensions can be used, do note though that the default readText isn't optimized enough, and so a custom version was needed.

kyay10 avatar Jan 05 '22 02:01 kyay10

I'm okay with updating deps, but if we can't lose the helper function completely then I'd prefer to keep it as-is to avoid a binary size increase.

JakeWharton avatar Jan 14 '22 21:01 JakeWharton

Deps have been updated in another PR. Thanks, though!

JakeWharton avatar Dec 05 '23 01:12 JakeWharton