apply plugin: 'org.jetbrains.dokka' dokka { outputFormat = "html" outputDirectory = "$rootProject.projectDir/reports/javadoc" configuration { jdkVersion = 8 reportUndocumented = true skipEmptyPackages = true } }