In Java, if you want to document a package, it has to be put into the package-info.class file. Is that still the same thing with Kotlin and KDoc?
I've looked through some of the Kotlin source and can't find where their package documentation is written.