As mentioned here: we can change the publication task to include any sources we want, so in theory, we could just point at the generated sources of processKDocsMain.
We'd need to include both the compiled version of the generated sources (so @ExcludeFromSources keeps working) as well as a sources.jar built from it.
As mentioned here: we can change the publication task to include any sources we want, so in theory, we could just point at the generated sources of
processKDocsMain.We'd need to include both the compiled version of the generated sources (so
@ExcludeFromSourceskeeps working) as well as a sources.jar built from it.