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
  • Loading branch information
elizarov committed Jan 29, 2018
1 parent 48aa20b commit 415df7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/dokka.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ if (platform == "jvm") {
dependsOn(tasks.getByPath(":$project.name-js:classes"))
dependsOn(tasks.getByPath(":$project.name-common:classes"))
dependsOn(project.configurations.compileClasspath)
classpath = project.configurations.compileClasspath.files
classpath = project.configurations.compileClasspath.files + project.sourceSets.main.output.files
}
}
}
Expand Down

0 comments on commit 415df7e

Please sign in to comment.