Skip to content

Commit

Permalink
Add missing DokkaConfiguration import statement (#2718)
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonMarquis authored and atyrin committed Nov 1, 2022
1 parent 58608e9 commit 18ebe88
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/src/doc/docs/user_guide/applying/gradle.md
Expand Up @@ -73,6 +73,7 @@ Most of the configuration options are set per one source set.
The available configuration options are shown below:

```kotlin
import org.jetbrains.dokka.DokkaConfiguration
import org.jetbrains.dokka.gradle.DokkaTask

val dokkaHtml by getting(DokkaTask::class) {
Expand Down

0 comments on commit 18ebe88

Please sign in to comment.