mirror of
https://github.com/jlengrand/ktor.git
synced 2026-03-10 15:51:07 +00:00
Public API binary compatibility validator
This module allows to dump and compare public binary API to ensure binary compatibility with a previous version. This tool is slightly adapted copy of original Kotlin compatibility validator by @ilya-g.
To update public API dumps use:
./gradlew :binary-compatibility-validator:check -Poverwrite.output=true