We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e8570f commit b7f3461Copy full SHA for b7f3461
build-logic/src/main/kotlin/Publishing.kt
@@ -54,8 +54,6 @@ fun Project.configureDokkaCommon(): DokkaExtension {
54
val dokka = extensions.getByType(DokkaExtension::class.java)
55
56
dokka.apply {
57
- // Workaround for https://github.com/Kotlin/dokka/issues/3798
58
- dokkaEngineVersion.set("1.9.20")
59
pluginsConfiguration.getByName("html") {
60
this as DokkaHtmlPluginParameters
61
customStyleSheets.from(
0 commit comments