File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
libraries/tools/abi-validation Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -35,15 +35,15 @@ Binary compatibility validator is a Gradle plugin that can be added to your buil
35
35
- in ` build.gradle.kts `
36
36
``` kotlin
37
37
plugins {
38
- id(" org.jetbrains.kotlinx.binary-compatibility-validator" ) version " 0.16.0 "
38
+ id(" org.jetbrains.kotlinx.binary-compatibility-validator" ) version " 0.16.2 "
39
39
}
40
40
```
41
41
42
42
- in ` build.gradle `
43
43
44
44
``` groovy
45
45
plugins {
46
- id 'org.jetbrains.kotlinx.binary-compatibility-validator' version '0.16.0 '
46
+ id 'org.jetbrains.kotlinx.binary-compatibility-validator' version '0.16.2 '
47
47
}
48
48
```
49
49
Original file line number Diff line number Diff line change 1
- version =0.16.0 -SNAPSHOT
1
+ version =0.16.3 -SNAPSHOT
2
2
3
3
kotlin.stdlib.default.dependency =false
You can’t perform that action at this time.
0 commit comments