We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce46704 commit f880d3cCopy full SHA for f880d3c
gradle/libs.versions.toml
@@ -11,7 +11,7 @@ ktfmt = "0.56"
11
[plugins]
12
kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }
13
binaryCompatibilityValidator = { id = "org.jetbrains.kotlinx.binary-compatibility-validator", version = "0.18.1" }
14
-dokka = { id = "org.jetbrains.dokka", version = "1.9.20" }
+dokka = { id = "org.jetbrains.dokka", version = "2.0.0" }
15
ksp = { id = "com.google.devtools.ksp", version.ref = "ksp" }
16
mavenPublish = { id = "com.vanniktech.maven.publish", version = "0.34.0" }
17
spotless = { id = "com.diffplug.spotless", version = "7.2.1" }
0 commit comments