Where / How do you add documentation for Kotlin packages?

In Java, if you want to document a package, you need to put it in the package-info.class file. Is it the same with Kotlin and KDoc? I looked through some of Kotlin's sources and cannot find where their package documentation is written.

+4
source share

Source: https://habr.com/ru/post/1627362/


All Articles