Skip to content

Commit

Permalink
update outputDirectory v1 config
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-enko committed Oct 21, 2024
1 parent af9850b commit d618681
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions docs/topics/dokka-migration.md
Original file line number Diff line number Diff line change
Expand Up @@ -215,11 +215,7 @@ options according to your project setup:
```kotlin
tasks.dokkaHtml {
dokkaSourceSets {
configureEach {
outputDirectory.set(layout.buildDirectory.dir("dokkaDir"))
}
}
outputDirectory.set(layout.buildDirectory.dir("dokkaDir"))
}
```
Expand Down

0 comments on commit d618681

Please sign in to comment.