is it possible (without a plugin) to add (module) ...
# dokka
r
is it possible (without a plugin) to add (module) description on the All modules page: https://kotlinlang.org/api/kotlinx.coroutines/ like it is possible for modules?: https://kotlinlang.org/api/kotlinx.coroutines/kotlinx-coroutines-android/
h
Do you mean on the page or below all modules? The former is possible, see https://uuid.softwork.app
r
exactly like this yes, how?
h
Just check out the sources: https://github.com/hfhbd/kotlinx-uuid
r
I can see that it somehow shows the README.md but I don't see where this is configured
ah.. maybe I am searching the wrong thing, I thought it should be configured via DokkaMultiModuleTask
h
Copy code
tasks.dokkaHtmlMultiModule {
    includes.from("README.md")
}
In root build.gradle
ah... must have overlooked it then. Thanks a lot
h
And yes, this is also useful for setup links