but no mattter how I try, I never see the Javadocs generated in target/, which is a problem since without them, I can’t push anything to Maven central.
If, for some reason (for example, license issue or it's a Scala project), you can not provide -sources.jar or -javadoc.jar, please make fake -sources.jar or -javadoc.jar with simple README inside to pass the checking.
We don't want to disable the rules because some people tend to skip it if they have an option.
Thanks, Andrey, I'll try this hack, but it's disappointing to have to do this.
I think it’s very important for Kotlin’s future to be able to push new projects to Maven Central and it should be as easy to do so as it is in Java.
I’m chatting with James about adding the :jar goal to the kdoc plug-in but I doubt he’ll have time to work on that. It’s probably not a lot of work but I think it should be a high priority.
This issue still is there.
Probably, now that Kotlin 1.0 is getting close to release date, Dokka plugin should be updated to generate the kdoc-artifact to publish them together with other artifacts in maven central repository.