Skip to content

Commit

Permalink
Dokka update
Browse files Browse the repository at this point in the history
  • Loading branch information
michgauz committed Oct 15, 2024
1 parent 080e8ad commit 2d7b8b0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/java/Dependencies.kt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ object Versions {
const val kotlin = "2.0.21"
const val apollo = "4.0.1"
const val okhttp = "4.12.0"
const val dokka = "1.4.32"
const val dokka = "1.8.20"
}

object Libs {
Expand Down
6 changes: 6 additions & 0 deletions kinta-lib/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -60,3 +60,9 @@ tasks.getByName("compileKotlin") {
this.source(file("build/generated/kotlin"))
dependsOn("kintaVersion")
}

afterEvaluate {
tasks.getByName("dokkaGfmPartial"){
dependsOn("kintaVersion")
}
}

0 comments on commit 2d7b8b0

Please sign in to comment.