We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b173ea0 commit 8cc8169Copy full SHA for 8cc8169
servers/graphql-kotlin-spring-server/build.gradle.kts
@@ -37,4 +37,7 @@ tasks {
37
}
38
39
40
+ val dokkaJavadoc = getByName("dokkaJavadoc") {
41
+ dependsOn("kaptKotlin")
42
+ }
43
0 commit comments