Should Kotlin Maven modules have a -javadoc Jar? A...
# announcements
p
Should Kotlin Maven modules have a -javadoc Jar? And should it contain KDoc?
z
Probably, yes. Sonatype Nexus actually requires this. Dokka can generate the appropriate artifacts, but requires a bit of config. If you use something like https://github.com/vanniktech/gradle-maven-publish-plugin, it will automatically wire up Dokka