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 bb1d63c commit 1392be3Copy full SHA for 1392be3
build.gradle.kts
@@ -7,7 +7,7 @@ plugins {
7
id("org.jetbrains.dokka").version("2.0.0").apply(false)
8
id("org.jlleitschuh.gradle.ktlint").version("11.6.1").apply(true)
9
id("io.github.gradle-nexus.publish-plugin").version("2.0.0").apply(true)
10
- id("org.jetbrains.kotlinx.binary-compatibility-validator").version("0.17.0").apply(false)
+ id("org.jetbrains.kotlinx.binary-compatibility-validator").version("0.18.1").apply(false)
11
id("com.vanniktech.maven.publish").version("0.34.0").apply(false)
12
}
13
allprojects {
0 commit comments