Skip to content

Side menu not generated #1588

@lukaszfikustsh

Description

@lukaszfikustsh

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.

Screenshots
Zrzut ekranu 2020-10-22 o 17 28 10

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions