#62 Java package-info.html files not included in d...
# dokka
u
#62 Java package-info.html files not included in documentation [Kotlin/dokka] Issue created by mikeholler I'd like my Java classes to have package-level documentation. I've setup the package-info.html files in each package and it works for my Gradle Javadoc task, but when I run
./gradlew dokka
the text in the package-info.html files is nowhere to be seen.