dependency-tree-diff
dependency-tree-diff copied to clipboard
Upgrade Dependencies and use Path extensions
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.
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.
Deps have been updated in another PR. Thanks, though!