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?
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 emptyMANIFEST.mf
file. How can I configure Kobalt to include the kotlin docs if possible?