diff --git a/docs/topics/dokka-migration.md b/docs/topics/dokka-migration.md index 954a415b2e..7e420e5bbf 100644 --- a/docs/topics/dokka-migration.md +++ b/docs/topics/dokka-migration.md @@ -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() } ```