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 9150fe6 commit aef8678Copy full SHA for aef8678
buildSrc/build.gradle.kts
@@ -12,7 +12,7 @@ dependencies {
12
implementation(kotlin("gradle-plugin", version = kotlinVersion))
13
implementation(kotlin("serialization", version = kotlinVersion))
14
implementation("org.jetbrains.dokka:dokka-gradle-plugin:1.5.0")
15
- implementation("org.jetbrains.kotlinx:binary-compatibility-validator:0.6.0")
+ implementation("org.jetbrains.kotlinx:binary-compatibility-validator:0.7.0")
16
implementation("de.undercouch:gradle-download-task:4.1.2")
17
}
18
0 commit comments