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 48aa20b commit 415df7eCopy full SHA for 415df7e
gradle/dokka.gradle
@@ -55,7 +55,7 @@ if (platform == "jvm") {
55
dependsOn(tasks.getByPath(":$project.name-js:classes"))
56
dependsOn(tasks.getByPath(":$project.name-common:classes"))
57
dependsOn(project.configurations.compileClasspath)
58
- classpath = project.configurations.compileClasspath.files
+ classpath = project.configurations.compileClasspath.files + project.sourceSets.main.output.files
59
}
60
61
0 commit comments