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

Provide multiplatform native example #614

Closed
gabrielittner opened this issue Feb 4, 2020 · 1 comment · Fixed by #2728
Closed

Provide multiplatform native example #614

gabrielittner opened this issue Feb 4, 2020 · 1 comment · Fixed by #2728
Labels
documentation An issue/PR related to Dokka's external or internal documentation enhancement An issue for a feature or an overall improvement

Comments

@gabrielittner
Copy link

I have a project that has a shared nativeMain sourceSet that is build for multiple targets like iOS, tvOS, macOS, windows and Linux. All the documentation mentions are simple js and jvm examples where you have one sourceSet per target by default.

Describe the solution you'd like
A multiplatform example that includes multiple that includes native targets.

@gabrielittner gabrielittner added the enhancement An issue for a feature or an overall improvement label Feb 4, 2020
@IgnatBeresnev IgnatBeresnev added the documentation An issue/PR related to Dokka's external or internal documentation label Apr 27, 2022
@IgnatBeresnev
Copy link
Member

An example project has been added for multiplatform projects: https://github.com/Kotlin/dokka/tree/master/examples/gradle/dokka-multiplatform-example

And some points have been addressed in #2728

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation An issue/PR related to Dokka's external or internal documentation enhancement An issue for a feature or an overall improvement
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants