|
5 | 5 | [](https://kotlin.github.io/binary-compatibility-validator/)
|
6 | 6 |
|
7 | 7 | # Support for this plugin has been discontinued
|
8 |
| -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 | 8 |
|
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. |
| 9 | +> [!WARNING] |
| 10 | +> The development of a separate binary compatibility validator Gradle plugin has been discontinued, |
| 11 | +> and all its functionality will be moved to Kotlin Gradle Plugin starting from the `2.2.0` release. |
| 12 | +> |
| 13 | +> 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), |
| 14 | +> 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). |
| 15 | +> |
| 16 | +> This plugin is frozen from changes, no new features or minor bugfixes will be added to it. |
| 17 | +> |
| 18 | +> The functionality of working with the ABI in Kotlin Gradle Plugin is in an experimental state now, |
| 19 | +> so it is recommended to continue using this plugin in production projects until KGP API stabilization. |
18 | 20 |
|
19 | 21 | # Binary compatibility validator
|
20 | 22 |
|
|
0 commit comments