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 e99eaef commit 9ff9695Copy full SHA for 9ff9695
buildSrc/build.gradle.kts
@@ -9,7 +9,7 @@ repositories {
9
10
val libs = extensions.getByType<VersionCatalogsExtension>().named("libs")
11
dependencies {
12
- implementation("org.jetbrains.dokka:dokka-gradle-plugin:1.8.10")
+ implementation("org.jetbrains.dokka:dokka-gradle-plugin:1.9.10")
13
implementation("io.github.gradle-nexus:publish-plugin:1.3.0")
14
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:${libs.findVersion("kotlin").get()}")
15
}
0 commit comments