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 28dd643 commit 8fc433eCopy full SHA for 8fc433e
build.gradle.kts
@@ -5,7 +5,7 @@ plugins {
5
id("org.jetbrains.kotlin.android").version("1.8.10").apply(false)
6
id("org.jlleitschuh.gradle.ktlint").version("11.6.1").apply(true)
7
id("io.github.gradle-nexus.publish-plugin").version("2.0.0").apply(true)
8
- 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)
9
}
10
allprojects {
11
extra["groupId"] = "dev.openfeature"
0 commit comments