We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug I have a multiplatform module in a multi-module project: https://github.com/rnett/krosstalk/tree/main/core/krosstalk.
All sources are in commonMain, and are thus present on all platforms. However, I see no platform indicators:
commonMain
Expected behaviour Platform indicators for the multiplatform module.
To Reproduce See https://github.com/rnett/krosstalk CI
Dokka configuration https://github.com/rnett/krosstalk/blob/main/build.gradle.kts
Installation
The text was updated successfully, but these errors were encountered:
Seeing the same issue with much of awslabs/aws-sdk-kotlin
Sorry, something went wrong.
Implemented in 1.8.10, description: #2847. Please let me know if I understood it wrong and your bug request is different
No branches or pull requests
Describe the bug
I have a multiplatform module in a multi-module project: https://github.com/rnett/krosstalk/tree/main/core/krosstalk.
All sources are in
commonMain
, and are thus present on all platforms. However, I see no platform indicators:Expected behaviour
Platform indicators for the multiplatform module.
To Reproduce
See https://github.com/rnett/krosstalk CI
Dokka configuration
https://github.com/rnett/krosstalk/blob/main/build.gradle.kts
Installation
The text was updated successfully, but these errors were encountered: