Skip to content

Commit e48e82c

Browse files
committed
Add note about dokka 2.0.0 problems
1 parent d22e744 commit e48e82c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build-logic/src/main/kotlin/dokka.gradle.kts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ plugins {
2121
id("org.jetbrains.dokka")
2222
}
2323

24+
// TODO: Update to Dokka 2.0.0
25+
// Issue is that a package-list file is not generated when dokkaGenerate is run...
2426
tasks.withType<DokkaTaskPartial>().configureEach {
2527
suppressInheritedMembers = true
2628

0 commit comments

Comments
 (0)