Skip to content

Commit 7d29849

Browse files
committed
Explicitly mention JVM ABI in the README
Fixes #42
1 parent 5770215 commit 7d29849

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
# Binary compatibility validator
66

7-
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.
7+
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.
88

99
## Contents
1010

0 commit comments

Comments
 (0)