Skip to content

Commit

Permalink
fix: add explicit dependency between kapt and dokka (#1842)
Browse files Browse the repository at this point in the history
  • Loading branch information
dariuszkuc authored Sep 12, 2023
1 parent b173ea0 commit 8cc8169
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions servers/graphql-kotlin-spring-server/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,7 @@ tasks {
}
}
}
val dokkaJavadoc = getByName("dokkaJavadoc") {
dependsOn("kaptKotlin")
}
}

0 comments on commit 8cc8169

Please sign in to comment.