So, I've managed to solve the above issue with https://github.com/ajoberstar/gradle-git-publish
On another note, I'd like to exclude certain public elements (e.g., extension methods) from being picked up by Dokka.
Is that possible?
I also see a plugin can be developed and used inside the same multi-module project. Cool!
Edoardo Luppi
09/04/2023, 5:26 PM
@Alex HEDLEY just one more related question. Can I do the same with entire packages?
I have some packages for JS external declarations which should not be included in the documentation.