Skip to content

Commit

Permalink
Fixed MPP documentation <ERROR CLASS> when platform code references
Browse files Browse the repository at this point in the history
common code (for clean build, too)
  • Loading branch information
elizarov committed Jan 29, 2018
1 parent 9a70bec commit 09ca3b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gradle/dokka.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ if (platform == "jvm") {
}
// depends on JS & Common, too
afterEvaluate {
dependsOn(tasks.getByPath(":$project.name:classes"))
dependsOn(tasks.getByPath(":$project.name-js:classes"))
dependsOn(tasks.getByPath(":$project.name-common:classes"))
dependsOn(project.configurations.compileClasspath)
Expand Down

0 comments on commit 09ca3b6

Please sign in to comment.