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 @@ -26,15 +26,15 @@ Binary compatibility validator is a Gradle plugin that can be added to your buil
2626- in ` build.gradle.kts `
2727``` kotlin
2828plugins {
29- id(" org.jetbrains.kotlinx.binary-compatibility-validator" ) version " 0.8.0-RC "
29+ id(" org.jetbrains.kotlinx.binary-compatibility-validator" ) version " 0.8.0"
3030}
3131```
3232
3333- in ` build.gradle `
3434
3535``` groovy
3636plugins {
37- id 'org.jetbrains.kotlinx.binary-compatibility-validator' version '0.8.0-RC '
37+ id 'org.jetbrains.kotlinx.binary-compatibility-validator' version '0.8.0'
3838}
3939```
4040
Original file line number Diff line number Diff line change 1- version =0.8.0-RC- SNAPSHOT
1+ version =0.8.0-SNAPSHOT
22group =org.jetbrains.kotlinx
33
44kotlinVersion =1.5.0
You can’t perform that action at this time.
0 commit comments