-
Notifications
You must be signed in to change notification settings - Fork 454
Closed
Labels
Description
Describe the bug
I'm generating documentation for multimodule Android project and no matter what I try it generates with an empty side menu
Expected behaviour
I would like to be able to navigate with the drop-down menu.
Dokka configuration
apply plugin: 'org.jetbrains.dokka'
dokkaHtml.configure {
dokkaSourceSets {
named("main") {
moduleName.set("SDK")
noAndroidSdkLink.set(false)
suppress.set(false)
skipDeprecated.set(true)
includeNonPublic.set(false)
skipEmptyPackages.set(true)
sourceRoots.from("${project(':x').projectDir}/src/main/java")
sourceRoots.from("${project(':y').projectDir}/src/main/java")
sourceRoots.from("${project(':z').projectDir}/src/main/java")
}
}
}
Installation
- Operating system: macOS
- Build tool: Gradle v6.1.1/v6.5
- Dokka version: 1.4.10.0/1.4.10.2