AbiValidationMultiplatformExtension
A plugin DSL extension for configuring Application Binary Interface (ABI) validation.
ABI validation is a part of the Kotlin toolset designed to control which declarations are available to other modules. Use this tool to control the binary compatibility of your library or shared module.
This extension is available inside the kotlin {}
block in your build script:
kotlin {
abiValidation {
// Your ABI validation configuration
}
}
Content copied to clipboard
Note that this DSL is experimental, and it will likely change in future versions until it is stable.
Since
2.1.20
Properties
Link copied to clipboard
Enable ABI validation tasks.
Link copied to clipboard
All ABI validation report variants that are available in this project.