TheOnlyTails
05/23/2021, 8:11 PMoutputDirectory
and reportUndocumented
like so, following the instructions in the Dokka wiki, yet it seems to error out:
tasks.named("dokkaHtml") {
outputDirectory.set(buildDir.resolve("dokka"))
dokkaSourceSets {
reportUndocumented = true
}
}
Marcin Aman
05/24/2021, 8:53 AMoutputDirectory.set(file(buildDir.toPath().resolve("output")))