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 d22e744 commit e48e82cCopy full SHA for e48e82c
build-logic/src/main/kotlin/dokka.gradle.kts
@@ -21,6 +21,8 @@ plugins {
21
id("org.jetbrains.dokka")
22
}
23
24
+// TODO: Update to Dokka 2.0.0
25
+// Issue is that a package-list file is not generated when dokkaGenerate is run...
26
tasks.withType<DokkaTaskPartial>().configureEach {
27
suppressInheritedMembers = true
28
0 commit comments