Skip to content

Commit

Permalink
docs: fix failing job because of Kotlin/dokka#3900
Browse files Browse the repository at this point in the history
  • Loading branch information
Nek-12 committed Dec 2, 2024
1 parent 161b4d1 commit 32c5a44
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions buildSrc/src/main/kotlin/dokkaDocumentation.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ plugins {
val libs by versionCatalog

dokka {
dokkaEngineVersion.set("1.9.20")
dokkaGeneratorIsolation = ClassLoaderIsolation()
moduleName = project.name
moduleVersion = project.version.toString()
Expand Down

0 comments on commit 32c5a44

Please sign in to comment.