Wanted to share a small diff library I wrote and have gotten some good usage out of. Just a simple class diffing library using kotlinx.serialization's serializers to map classes to ASTs for diffing instead of using reflection or diffing a serialized format. Convenient for when you want to do equality checks between complex class hierarchies and don't want to micromange
.equals
or you want to know exactly how they differ
https://klibs.io/project/JesseCorbett/kotlinx-serialization-diff