We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f3a71d commit 6b19ba4Copy full SHA for 6b19ba4
README.md
@@ -24,7 +24,7 @@ The tool allows to dump binary API of a Kotlin library that is public in sense o
24
Binary compatibility validator is a Gradle plugin that is added to the `build.gradle` in the following way:
25
26
```
27
-ext.validator_version = "0.2.3"
+ext.validator_version = "0.2.4"
28
29
buildscript {
30
dependencies {
gradle.properties
@@ -1,4 +1,4 @@
1
-version=0.2.3-SNAPSHOT
+version=0.2.4-SNAPSHOT
2
group=org.jetbrains.kotlinx
3
4
kotlinVersion=1.3.70
0 commit comments