| Name | Date | Size | #Lines | LOC | ||
|---|---|---|---|---|---|---|
| .. | - | - | ||||
| reference-public-api/ | 03-May-2024 | - | 1,592 | 1,404 | ||
| resources/ | 03-May-2024 | - | 9 | 7 | ||
| src/ | 03-May-2024 | - | 352 | 269 | ||
| test/ | 03-May-2024 | - | 1,489 | 940 | ||
| README.md | D | 03-May-2024 | 464 | 11 | 7 | |
| build.gradle | D | 03-May-2024 | 1.7 KiB | 59 | 46 |
README.md
1# Public API binary compatibility validator 2 3This module allows to dump and compare public binary API to ensure binary compatibility with a previous version. 4This tool is slightly adapted copy of [original Kotlin compatibility validator](https://github.com/JetBrains/kotlin/tree/master/libraries/tools/binary-compatibility-validator) by @ilya-g. 5 6To update public API dumps use: 7 8```bash 9./gradlew :binary-compatibility-validator:test -Poverwrite.output=true 10``` 11