dropbox / dependency-guard

A Gradle plugin that guards against unintentional dependency changes.
Apache License 2.0
417 stars 15 forks source link

Cleanup of Diffing Code #22

Closed handstandsam closed 2 years ago

handstandsam commented 2 years ago

Cleaned up Diffing code to use Sealed Classes, and Data Classes. It just is a lot easier to read and GROK now.

Also Fixes #19

Also fixes #23 in another spot