File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -30,15 +30,15 @@ Binary compatibility validator is a Gradle plugin that can be added to your buil
3030- in ` build.gradle.kts `
3131``` kotlin
3232plugins {
33- id(" org.jetbrains.kotlinx.binary-compatibility-validator" ) version " 0.14.0 "
33+ id(" org.jetbrains.kotlinx.binary-compatibility-validator" ) version " 0.15.0-Beta.1 "
3434}
3535```
3636
3737- in ` build.gradle `
3838
3939``` groovy
4040plugins {
41- id 'org.jetbrains.kotlinx.binary-compatibility-validator' version '0.14.0 '
41+ id 'org.jetbrains.kotlinx.binary-compatibility-validator' version '0.15.0-Beta.1 '
4242}
4343```
4444
Original file line number Diff line number Diff line change 1- version =0.14 .0-SNAPSHOT
1+ version =0.15 .0-SNAPSHOT
22
33kotlin.stdlib.default.dependency =false
You can’t perform that action at this time.
0 commit comments