I plan to release a tiny kotlin extension to one o...
# announcements
j
I plan to release a tiny kotlin extension to one of my Java libraries, in Maven central. AFAIR, Maven central requires a javadoc jar file to be released. I can generate such a jar with dokka, but this javadoc is not very helpful to Kotlin users, and I guess a jar containing the html dokka documentation would be more helpful (the markdown it contains is also formatted in a better way). I guess I can also publish the jar containing the dokka doc to Maven, but is there a standard classifier that I should use? What is the best practice regarding the publication of the documentation? Does IntelliJ look for a specific classifier to download the documentation? I tried looking at how kotlin itself does, but all I found in Maven was empty javadoc jar files 😞