Skip to content

Commit

Permalink
chore: fix code snippet
Browse files Browse the repository at this point in the history
  • Loading branch information
AlejandraPedroza committed Nov 15, 2024
1 parent 4c1eb9e commit 94ba83f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/topics/dokka-migration.md
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,7 @@ To run Dokka within the same Gradle process, adjust the following configuration
```kotlin
dokka {
// Runs Dokka in the current Gradle process
workerIsolation = ClassLoaderIsolation()
dokkaGeneratorIsolation = ClassLoaderIsolation()
}
```

Expand Down

0 comments on commit 94ba83f

Please sign in to comment.