In my module documentation, I would like to reference some classes in various packages (the big ideas) just to provide links / entry points … i tried [FQN] and [Class][com.foo//Class] but there are not working. How can I achieve this?
o
Oleg Yukhnevich
05/14/2026, 9:43 AM
Yes, you can do this, like with KDoc links in code, but you need to use fully qualified names like
[kotlinx.io.Source]
, since there are no "imports" in the module documentation. 🙂
Please take a look here as an example of usage in kotlinx-io.