Skip to content

Commit

Permalink
Fix dokka gradle config
Browse files Browse the repository at this point in the history
Summary: This diff fixes running dokka via Gradle

Reviewed By: passy

Differential Revision: D59372190

fbshipit-source-id: e7b016141ed1aa3b88cc20bf819977aae5bfd6b0
  • Loading branch information
zielinskimz authored and facebook-github-bot committed Jul 4, 2024
1 parent 7c70e73 commit 244242c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ subprojects {
}
}
}
dependsOn(tasks.withType(org.jetbrains.kotlin.gradle.internal.KaptWithoutKotlincTask))
}

tasks.withType(Test) {
Expand Down

0 comments on commit 244242c

Please sign in to comment.