Skip to content

Commit 8cc8169

Browse files
authored
fix: add explicit dependency between kapt and dokka (#1842)
1 parent b173ea0 commit 8cc8169

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

servers/graphql-kotlin-spring-server/build.gradle.kts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,7 @@ tasks {
3737
}
3838
}
3939
}
40+
val dokkaJavadoc = getByName("dokkaJavadoc") {
41+
dependsOn("kaptKotlin")
42+
}
4043
}

0 commit comments

Comments
 (0)