how do I typically generate HTML via dokkaHtml whi...
# dokka
r
how do I typically generate HTML via dokkaHtml which only includes e.g. the platforms common and js but not jvm? I see there is
Copy code
suppress.set(false)
for
Copy code
dokkaSourceSets
but I only want to suppress it for a particular task. The goal in the end is to have different outputs for each platform so that I can use them as ....sources.jar when publishing to maven-central Maybe there is also another way to achieve this goal
i
I think you can create your own task that extend from dokkaHtml, and then you can configure each of your tasks to document a certain platform and produce a separate source jar file