Hi guys! I'm working on an internal library for work and I was able to publish it fine to Github Packages before, but ever since I added dokka plugin, I get this error when publishing (even to mavenLocal). Can someone please help me?
Execution failed for task ':[MODULE_NAME]:javaDocReleaseGeneration'.
> 'void org.jetbrains.dokka.DokkaSourceSetImpl.<init>(java.lang.String, org.jetbrains.dokka.DokkaSourceSetID, java.util.List, java.util.Set, java.util.Set, java.util.Set, java.util.Set, boolean, boolean, boolean, boolean, int, java.util.Set, java.util.List, java.util.Set, java.lang.String, java.lang.String, boolean, boolean, java.util.Set, org.jetbrains.dokka.Platform, int, kotlin.jvm.internal.DefaultConstructorMarker)'
Also, this happens only on modules where I didn't even apply the dokka plugin (although even if I apply it, it still does this 🤔 ). Both modules which have the error are Android library modules btw.
The idea here was only to generate some documentation only for a couple of modules that will be the public interface for users, so not all modules need to use dokka.