Replies: 1 comment 5 replies
-
Hi 👋 Please make sure each Dokka Module has a distinct module path. The composite build example has a demonstration of how to do this automatically with a convention plugin, check the example's doc for more Which version of Dokkatoo are you using? If you're using 2.3.0 then Dokkatoo should log a warning if there's a duplicate module path. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a project that contains two included builds, which both have the Dokkatoo plugin applied. I wish to create a new included build that generates aggregate docs from the two of them. Setting up the aggregation appears to be simple:
However, the docs generated by the
dokkatooGenerate
does not appear to take the outputs from thedokkatooGenerateModuleHtml
tasks of the two builds. What else is needed in order for this aggregation to work properly?Beta Was this translation helpful? Give feedback.
All reactions