Latest Builds - *<https://bintray.com/kotlin/kotli...
# dokka
s
Latest Builds1.4.10-dev-211.4.0-rc-21 Short Update • We are currently working on resolving types from native libraries • We are implementing more features of the javadoc format • We are working on largely simplifying the experience and implementation with/of our Gradle plugin • We are working on improving the rendering for unresolved types (will render class name instead of <ERROR CLASS> in the future
👍 1
🎉 11
b
Might I suggest implementing dokka sourceSet creation for each kmp sourceSet automatically. In most cases it's very redundant and you're hooking up to kotlin plugin anyways.
Essentially the idea is to be able to just drop dokka plugin in and have it fully functioning with default settings
Not sure how much development effort that is, though
s
@Big Chungus: This is exactly what I am talking about! This part is even already implemented ☺️
🎉 3
m
For full Kotlin/Native support it should also somehow add to the mix additional `sourceSet`s from `klib`s generated by
cinterops
block.
s
For full Kotlin/Native support it should also somehow add to the mix additional `sourceSet`s from `klib`s generated by 
cinterops
 block.
I think this sounds like a wonderful idea ☺️