Should Kotlin Maven modules have a -javadoc Jar? And should it contain KDoc?
z
Zach Klippenstein (he/him) [MOD]
08/28/2020, 6:36 PM
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