Hello! Is it a good decision to include an empty j...
# multiplatform
m
Hello! Is it a good decision to include an empty javadoc even for JVM artifacts in a multiplatform project? Looks like Dokka dropped support for generating javadocs for Kotlin MPP. https://github.com/Kotlin/dokka/blob/master/plugins/javadoc/src/main/kotlin/org/je[…]brains/dokka/javadoc/validity/MultiplatformConfiguredChecker.kt. Javadoc .jar's are still required since publishing to Maven Central forces every module to have a javadoc, but also allows it to be empty. Also, a bit off-topic question, do people even use *-javadoc.jar artifacts in 2022? It seems that IntelliJ IDEA supports displaying documentation directly from *-sources.jar, and many prefer to look for documentation on GitHub or a project website.