I just start using Dokka for Android app documentation. This is the issue I'm facing:
I tried dokkaHtml and dokkaHtml multi. which both are great for single module and multi module documentation, BUT we would like to generate a main dokka "website" which will refer to multi application so centralize the documentation of all application repository into a single one (using ci/cd) or something like that, so I will have the multi-module UI of dokka but for multiple application.
Is there any possibility to do this?