Skip to content

Commit 415df7e

Browse files
committed
Fixed MPP documentation <ERROR CLASS> when platform code references
common code
1 parent 48aa20b commit 415df7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/dokka.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ if (platform == "jvm") {
5555
dependsOn(tasks.getByPath(":$project.name-js:classes"))
5656
dependsOn(tasks.getByPath(":$project.name-common:classes"))
5757
dependsOn(project.configurations.compileClasspath)
58-
classpath = project.configurations.compileClasspath.files
58+
classpath = project.configurations.compileClasspath.files + project.sourceSets.main.output.files
5959
}
6060
}
6161
}

0 commit comments

Comments
 (0)