How do I enable Dokka HTML as well my custom format? If I apply both plugins, I get:
Copy code
An exception occurred applying plugin request [id: 'dev.opensavvy.dokka-mkdocs']
> Failed to apply plugin class 'org.jetbrains.dokka.gradle.DokkaBasePlugin'.
> Cannot add a configuration with name 'dokkaPlugin' as a configuration with that name already exists.
However, if I only apply my plugin, the HTML format isn't available
CLOVIS
12/21/2024, 10:44 AM
Uh, applying my plugin before the official Dokka one seems to work