Configure Dokka tasks for project & modules#11
Configure Dokka tasks for project & modules#11rowan-mcalpin wants to merge 1 commit intoj5155:masterfrom
Conversation
zachwaffle4
left a comment
There was a problem hiding this comment.
There was already a gradle task dokkaHtmlMultiModule; is the extra scripting necessary? (genuine question)
What file was the dokkaHtmlMultiModule task in? I don't see it anywhere... Further, yes, the DokkaPartial tasks within each module are necessary, as they allow the packages and modules to receive names (see attached). Reference: https://github.com/Kotlin/dokka/blob/cea2574021b720728bb79d9388480aa7c54f0dc1/examples/gradle/dokka-multimodule-example/parentProject/childProjectA/build.gradle.kts#L12-L20 |
|
The task is part of the dokka plugin. THank you for the DokkaPartial tasks tho (they are also part of the dokka plugin but not with that level of control). |
The dokka plugin does not configure the task (such as modifying the copyright slug or specifying output dir) To clarify, the further scripts are not creating new tasks. They are configuring the already-existing ones created by the dokka plugin |

No description provided.