Skip to content

Commit

Permalink
Add missing dokkaHtml build order dependency, leading to a failing build
Browse files Browse the repository at this point in the history
  • Loading branch information
TrojanerHD committed Sep 20, 2023
1 parent 6b46af0 commit 4ae2474
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,10 @@ tasks.withType(Javadoc).all {
it.dependsOn dokkaHtml
}

afterEvaluate {
dokkaHtml.dependsOn kaptKotlin
}

detekt {
config = files("${project.rootDir}/detekt.yml")

Expand Down

0 comments on commit 4ae2474

Please sign in to comment.