From 7d29849617a78a675d9ed798c1fc85663d06e85c Mon Sep 17 00:00:00 2001 From: Vsevolod Tolstopyatov Date: Thu, 8 Sep 2022 16:26:59 +0200 Subject: [PATCH] Explicitly mention JVM ABI in the README Fixes #42 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fc6a795e..93ea405d 100644 --- a/README.md +++ b/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