This is a port of java-diff-utils to Kotlin with multiplatform support.
All credit for the implementation goes to original authors.
All features from version 4.12
of the original library are present, except for:
- fuzzy patches
- unified diff, which heavily uses file read/write and therefore needs a more complicated rewrite
- diff-utils-jgit, which uses JVM-only JGit
Please refer to the original guides for more information.
All the platforms are supported. (following the Kotlin/Native target support guidelines):