binary-compatibility-validator

Binary compatibility validator allows dumping Kotlin library ABI (both for JVM libraries and KLibs) that is public in the sense of Kotlin visibilities and ensures that the public ABI wasn't changed in a way that makes this change binary incompatible.

Packages

Link copied to clipboard

Provides common declarations, Gradle plugin tasks and extensions.

Link copied to clipboard

Provides an API for dumping Kotlin Java libraries public ABI.

Link copied to clipboard

Provides an API for dumping Kotlin libraries (KLibs) public ABI and managing resulting dumps.