Noticed that documentation (KDoc) and source code ...
# kotlin-native
n
Noticed that documentation (KDoc) and source code (Kotlin source files) aren't available when using a Kotlin Native library (a KLib written in Kotlin) via Gradle. Will that be fixed in a newer version of the Kotlin plugin? This is the Kotlin Native library I'm referring to for reference purposes: https://gitlab.com/napperley/kmqtt-client
a
These features won’t be available in the
1.3.50
release, but we know about this limitation.
o
this is separate bundle, we were talking about embedding source inside .klib
n
Is there a existing issue that covers this?