Skip to content

Commit

Permalink
Remove documentationFileName as the new dokka version doesn't support…
Browse files Browse the repository at this point in the history
… it anymore and there is no replacement yet
  • Loading branch information
DRSchlaubi committed May 5, 2021
1 parent 9d46595 commit e140967
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,6 @@ tasks {
dokkaHtmlMultiModule.configure {
dependsOn(clean)
outputDirectory.set(file(dokkaOutputDir))
// documentationFileName.set("DokkaDescription.md")
}


Expand Down

0 comments on commit e140967

Please sign in to comment.