There was an error while loading. Please reload this page.
1 parent 91a0efd commit 1bc2beeCopy full SHA for 1bc2bee
buildSrc/build.gradle.kts
@@ -10,7 +10,7 @@ repositories {
10
val libs = extensions.getByType<VersionCatalogsExtension>().named("libs")
11
dependencies {
12
implementation("org.ajoberstar.reckon:reckon-gradle:0.16.1")
13
- implementation("org.jetbrains.dokka:dokka-gradle-plugin:1.6.10")
+ implementation("org.jetbrains.dokka:dokka-gradle-plugin:1.6.20")
14
implementation("io.github.gradle-nexus:publish-plugin:1.1.0")
15
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:${libs.findVersion("kotlin").get()}")
16
}
0 commit comments