cbeust / kobalt

A Kotlin-based build system for the JVM.
Apache License 2.0
428 stars 60 forks source link

Generate "javadoc jar" from Kotlin sources? #484

Open johanhaleby opened 5 years ago

johanhaleby commented 5 years ago

I've written a Kotlin project that I want to upload to Bintray and sync to maven central. Since it's written in Kotlin it's not using javadoc but rather "kdoc". But afaik maven central requires a javadoc jar file. Such a file is indeed generated when doing kobaltw assemble but it doesn't contain any docs, just an empty MANIFEST.mf file. How can I configure Kobalt to include the kotlin docs if possible?