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 9a70bec commit 09ca3b6Copy full SHA for 09ca3b6
gradle/dokka.gradle
@@ -52,6 +52,7 @@ if (platform == "jvm") {
52
}
53
// depends on JS & Common, too
54
afterEvaluate {
55
+ dependsOn(tasks.getByPath(":$project.name:classes"))
56
dependsOn(tasks.getByPath(":$project.name-js:classes"))
57
dependsOn(tasks.getByPath(":$project.name-common:classes"))
58
dependsOn(project.configurations.compileClasspath)
0 commit comments