How to configure Dokka for kotlin-multiplatform

Thanks - this works.
(I actually generate a single doc for the three source sets [common + jvm + js]. Fortunately I use package names which indicate which is which when viewing the documentation).

I’d really like to generate three different sets of documentation (common, common+js and common +jvm) for use when designing MPPs using this library, but I can’t work out how to have the docca plugin invoked three times (with three different configurations).

Suggestions welcome!