Merge pull request #1819 from square/renovate/org.jetbrains.dokka-1.x

Update plugin dokka to v1.9.20
This commit is contained in:
Jake Wharton
2024-03-04 10:28:53 -05:00
committed by GitHub

View File

@@ -7,7 +7,7 @@ kotlinpoet = "1.14.2"
ksp = "1.9.22-1.0.18"
[plugins]
dokka = { id = "org.jetbrains.dokka", version = "1.9.10" }
dokka = { id = "org.jetbrains.dokka", version = "1.9.20" }
japicmp = { id = "me.champeau.gradle.japicmp", version = "0.4.1" }
ksp = { id = "com.google.devtools.ksp", version.ref = "ksp" }
mavenPublish = { id = "com.vanniktech.maven.publish", version = "0.27.0" }