From 7a8250cf177fb26bcd24cdc1fee49efb750ee51c Mon Sep 17 00:00:00 2001 From: Sebastian Sellmair Date: Mon, 19 Sep 2022 15:41:42 +0200 Subject: [PATCH] [Gradle] Add ReadMe.md to k.g.p-api module ^KT-54029 Verification Pending --- libraries/tools/kotlin-gradle-plugin-api/ReadMe.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 libraries/tools/kotlin-gradle-plugin-api/ReadMe.md diff --git a/libraries/tools/kotlin-gradle-plugin-api/ReadMe.md b/libraries/tools/kotlin-gradle-plugin-api/ReadMe.md new file mode 100644 index 00000000000..b385f8b8fd9 --- /dev/null +++ b/libraries/tools/kotlin-gradle-plugin-api/ReadMe.md @@ -0,0 +1,13 @@ +## Gradle Plugin Api + +Lightweight module defining the API surface of the Kotlin Gradle Plugin. + +### Binary Compatibility Validation +This module is tested for Binary Compatibility Validation by the :tools:binary-compatibility-validator module. +Please see [ReadMe.md](../binary-compatibility-validator/ReadMe.md) + +You can execute binary compatibility validation by a shared run-configuration in the IDE +`/Tests/Test: binary compatibility` + +In order to check in changes you can launch +`Test/Test: binary compatibility [overwrite]` \ No newline at end of file