You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?The text was updated successfully, but these errors were encountered: