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 e91f7ac commit 05741e7Copy full SHA for 05741e7
README.md
@@ -35,15 +35,15 @@ Binary compatibility validator is a Gradle plugin that can be added to your buil
35
- in `build.gradle.kts`
36
```kotlin
37
plugins {
38
- id("org.jetbrains.kotlinx.binary-compatibility-validator") version "0.15.0"
+ id("org.jetbrains.kotlinx.binary-compatibility-validator") version "0.15.1"
39
}
40
```
41
42
- in `build.gradle`
43
44
```groovy
45
46
- id 'org.jetbrains.kotlinx.binary-compatibility-validator' version '0.15.0'
+ id 'org.jetbrains.kotlinx.binary-compatibility-validator' version '0.15.1'
47
48
49
0 commit comments