Rafael Costa
10/11/2022, 2:23 PMExecution 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.hfhbd
10/11/2022, 4:47 PMRafael Costa
10/11/2022, 4:51 PMRafael Costa
10/11/2022, 4:57 PMIgnat Beresnev
10/11/2022, 6:03 PM