From b6799c9a1926e86971a8b2d55a3ff01f98647bdc Mon Sep 17 00:00:00 2001 From: Vsevolod Tolstopyatov Date: Thu, 8 Sep 2022 16:26:59 +0200 Subject: [PATCH] [ABI Validation] Explicitly mention JVM ABI in the README Fixes https://github.com/Kotlin/binary-compatibility-validator/issues/42 --- libraries/tools/abi-validation/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/tools/abi-validation/README.md b/libraries/tools/abi-validation/README.md index fc6a795e25e1e..93ea405d077ac 100644 --- a/libraries/tools/abi-validation/README.md +++ b/libraries/tools/abi-validation/README.md @@ -4,7 +4,7 @@ # Binary compatibility validator -The tool allows to dump binary API of a Kotlin library that is public in sense of Kotlin visibilities and ensures that the public binary API wasn't changed in a way that make this change binary incompatible. +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. ## Contents