You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The development of a separate binary compatibility validator Gradle plugin has been discontinued,
9
+
and all its functionality will be moved to Kotlin Gradle Plugin starting from the `2.2.0` release.
10
+
11
+
As part of the migration, the code of the current plugin has been migrated to [the Kotlin repository](https://github.com/JetBrains/kotlin/tree/master/libraries/tools/abi-validation),
12
+
as well as issues migrated to [the Kotlin project in YouTrack](https://youtrack.jetbrains.com/issues/KT?q=subsystems:%20%7BTools.%20BCV%7D,%20%7BTools.%20Gradle.%20BCV%7D).
13
+
14
+
This plugin is frozen from changes, no new features or minor bugfixes will be added to it.
15
+
16
+
The functionality of working with the ABI in Kotlin Gradle Plugin is in an experimental state now,
17
+
so it is recommended to continue using this plugin in production projects until KGP API stabilization.
18
+
7
19
# Binary compatibility validator
8
20
9
21
The tool allows dumping binary API of a JVM part of a Kotlin library that is public in the sense of Kotlin visibilities and ensures that the public binary API wasn't changed in a way that makes this change binary incompatible.
0 commit comments