Skip to content

Commit 09ca3b6

Browse files
committed
Fixed MPP documentation <ERROR CLASS> when platform code references
common code (for clean build, too)
1 parent 9a70bec commit 09ca3b6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gradle/dokka.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ if (platform == "jvm") {
5252
}
5353
// depends on JS & Common, too
5454
afterEvaluate {
55+
dependsOn(tasks.getByPath(":$project.name:classes"))
5556
dependsOn(tasks.getByPath(":$project.name-js:classes"))
5657
dependsOn(tasks.getByPath(":$project.name-common:classes"))
5758
dependsOn(project.configurations.compileClasspath)

0 commit comments

Comments
 (0)