I have a bunch of kotlin files, and I use KDoc comments inside of them. I want to provide some documentation describing a package as a whole. How do I do that?
There's a page here that suggests it's possible:
https://kotlinlang.org/docs/dokka-module-and-package-docs.html
But it provides 0 details on how to do this, it just says "Documentation for a module as a whole, as well as packages in that module, can be provided as separate Markdown files." without telling me what the path of these files should be.
When googling for the kotlin equivalent of