Skip to content

Commit b7f3461

Browse files
authored
Remove workaround and use Dokka 2.0.0 engine (#6359)
1 parent 7e8570f commit b7f3461

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

build-logic/src/main/kotlin/Publishing.kt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,6 @@ fun Project.configureDokkaCommon(): DokkaExtension {
5454
val dokka = extensions.getByType(DokkaExtension::class.java)
5555

5656
dokka.apply {
57-
// Workaround for https://github.com/Kotlin/dokka/issues/3798
58-
dokkaEngineVersion.set("1.9.20")
5957
pluginsConfiguration.getByName("html") {
6058
this as DokkaHtmlPluginParameters
6159
customStyleSheets.from(

0 commit comments

Comments
 (0)