Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for Kotlin/Wasm #2814

Closed
sdeleuze opened this issue Jan 14, 2023 · 3 comments · Fixed by #2825
Closed

Add support for Kotlin/Wasm #2814

sdeleuze opened this issue Jan 14, 2023 · 3 comments · Fixed by #2825
Labels
enhancement An issue for a feature or an overall improvement

Comments

@sdeleuze
Copy link

sdeleuze commented Jan 14, 2023

I tried to use Dokka on a Kotlin/Wasm project like the ones in https://github.com/vmware-wasmstack/wasm-languages/tree/main/kotlin, when running ./gradlew dokkaHtml, it fails with a Unrecognized platform: wasm error.

Now that Kotlin 1.8 has been released, it would be great if Dokka adds support for this platform (I need it for a project).

cc @skuzmich @bashor

@sdeleuze sdeleuze added the enhancement An issue for a feature or an overall improvement label Jan 14, 2023
@IgnatBeresnev
Copy link
Member

Thanks for the report, didn't think we'd get wasm user projects so soon :)

We should get back to it after updating our compiler dependencies to Kotlin 1.8.0, it's still in progress.

This isn't a "good first issue" per se, but if you or @bashor or @skuzmich want to contribute this - let me know, I'll provide more details as to what needs to be done, how to build/test Dokka locally and so on

@IgnatBeresnev IgnatBeresnev linked a pull request Jan 25, 2023 that will close this issue
@bashor
Copy link
Member

bashor commented Jan 25, 2023

PR #2825

@IgnatBeresnev
Copy link
Member

IgnatBeresnev commented Jan 27, 2023

Will be available in the next release 1.8.0/1.8.10

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement An issue for a feature or an overall improvement
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants