. Sometimes I manage to get it to output all modules, but it's incredibly flaky - not sure what causes the failure/success.. Perhaps worth mentioning: using Kotlin 1.8.10 and tried with both Gradle 7.6 and 8.0.
Emil Kantis
02/16/2023, 11:54 AM
My
dokka-conventions
just adds an include for README.md for all DokkaPartial tasks
a
Adam S
02/16/2023, 1:49 PM
Dokka currently doesn’t work very well with multimodule + parallel + build/config cache + project isolation. It might work better by disabling as much of the above as possible, but generally I’m not sure there’s a very good workaround.
But don’t worry! I’m on the case https://github.com/adamko-dev/dokkatoo/
e
Emil Kantis
02/16/2023, 1:55 PM
It's not really an option for us to disable those things.. I guess we just end up not using dokka for the time being. 🙂