Files
ktor/binary-compatibility-validator
Leonid Stashevsky cf62b0124a Update public API
2019-08-23 14:01:07 +03:00
..
2019-05-24 11:52:34 +03:00
2019-08-23 14:01:07 +03:00
2018-12-04 18:01:33 +03: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:test -Poverwrite.output=true