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 79ee9df commit e6ed3b0Copy full SHA for e6ed3b0
README.md
@@ -25,7 +25,7 @@ The tool allows to dump binary API of a Kotlin library that is public in sense o
25
Binary compatibility validator is a Gradle plugin that is added to the `build.gradle` in the following way:
26
27
```
28
-ext.validator_version = "0.3.0"
+ext.validator_version = "0.4.0"
29
30
buildscript {
31
dependencies {
gradle.properties
@@ -1,4 +1,4 @@
1
-version=0.3.0-SNAPSHOT
+version=0.4.0-SNAPSHOT
2
group=org.jetbrains.kotlinx
3
4
kotlinVersion=1.3.70
0 commit comments