How does one generate javadoc.jar with multiplatfo...
# dokka
b
How does one generate javadoc.jar with multiplatform, dokka and maven-publish plugins?
k
Multiplatform in dokka will be supported from the next release (which should be soon™) , however javadoc will not work with multiplatform projects (as it is not supported by the JDK doclet). As for the javadoc.jar, you can create one yourself (eg. with Gradle jar task) and then pass it to the maven-publish plugin
b
How do i pass it to maven publish
k