Does latest Dokka support Kotlin/Native? Tried ref...
# dokka
m
Does latest Dokka support Kotlin/Native? Tried refreshing docs of kotlin-libui - too many errors, mostly <ERROR CLASS> everywhere. (To reproduce: run 
./gradlew -PpublishMode dokkaGfm
)
s
I will check your project out and see what is going on. The new dokka 1.4.0-rc+ is supporting kotlin/native as well as multiplatform projects. We have seen issues with resolving some types and are currently working on it.
Thanks for submitting your project, because we can now start debugging the issue with it ☺️
b
I'm facing same issues
m
@Big Chungus Are you facing them with the same project or a different one? Is is also native?
b
It's an KMP project targeting js and wasm
m
Is this project publicly available? Can we take a look?
b
Just run dokka html multimodule on kvdom module here https://gitlab.com/lt.petuska/kvdom/-/tree/feature/0.1.0-M3
m
Thanks, i'll take a look
AFAIK issue is probably the same as in the koltin-libui and realted to the native support. Should be fixed soon
🎉 1
m
Tried 1.4.0-rc-21 - produces exactly same result as 1.4.0-rc-14 on kotlin-libui/dokka branch.
s
Oh sorry if this came off wrong: We are currently working on resolving types. There are no such commits included in any build right now!
@msink Would you be open to explain how this staging folder works inside your project? 🤔
Screenshot 2020-07-31 at 16.47.40.png,Screenshot 2020-07-31 at 16.48.24.png
Note: We probably should render the typealias for the generics, but I think this is currently in progress 👍
m
how this staging folder works inside your project? 🤔
Well, it was used to mimic support of K/N when Dokka totally lacked that support, two years ago. By brute force and black magic 🙂. See dokka.gradle. Now it will be removed, of course.
s
Are you open for a small call with me on google meet? ☺️