Adam S
02/14/2023, 11:05 AMIgnat Beresnev
02/14/2023, 6:43 PMAllModulesPageGeneration
before/after each step, and refresh the output directory to see if the child output directories have been copied. This way you should be able to find the step that does the copying - something to get startedAdam S
02/14/2023, 8:46 PMdokkaMultiModule/childProjectA
and dokkaMultiModule/childProjectB
dirs are created by the all-modules-page-plugin Dokka plugin.
I don’t think that DokkaGradle does any copying, and I don’t think that DokkaGenerator directly produces the site into those sub dirs…Ignat Beresnev
02/14/2023, 8:49 PMAllModulesPageGeneration
is from the all-modules-page plugin. It's invoked when the *MultiModule
task starts working (so after all the *Partial
tasks complete, which use the SingleModuleGeneration
)
DokkaGenerator
just calls whatever Generation
implementation it finds registered for the extension point, link hereall-modules-page
plugin is applied, DokkaGenerator
will be calling AllModulesPageGeneration