Garrett Schafer
04/22/2024, 9:11 PMdokkaHtmlMultiModule.configure
in my root build.gradle.kts
file but in all modules, nothing changes. I've tried adding the dokkaHtml.configure
to those modules as well with the same configuration and nothing seems to change. Am I missing something here?Garrett Schafer
04/22/2024, 9:39 PM// notice the use of Partial task
in their gradle file which caused me to try using dokkaHtmlPartial.configure
instead which worked. I had no idea that's what the partial tasks were for before, but it makes sense now. hope someone finds this useful in the future.