Equivalent of package-info.java

Dokka could, by convention, pick up package-info.md files. They would use the current format but would be found in the same place as package-info.java. As such, migration would be easy: java -> kt, convert JavaDoc comment to flat Markdown, transform trailing package ... to leading # Package ....

2 Likes