Skip to content

Commit fa1a82e

Browse files
authored
Highlight the warning in README (#297)
1 parent 8ba4176 commit fa1a82e

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

README.md

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,18 @@
55
[![KDoc link](https://img.shields.io/badge/API_reference-KDoc-blue)](https://kotlin.github.io/binary-compatibility-validator/)
66

77
# 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.
108

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.
1820
1921
# Binary compatibility validator
2022

0 commit comments

Comments
 (0)