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 74876e8 commit 5c7a3caCopy full SHA for 5c7a3ca
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.4"
+ext.validator_version = "0.3.0"
28
29
buildscript {
30
dependencies {
gradle.properties
@@ -1,4 +1,4 @@
1
-version=0.2.4-SNAPSHOT
+version=0.3.0-SNAPSHOT
2
group=org.jetbrains.kotlinx
3
4
kotlinVersion=1.3.70
0 commit comments