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

Avoid failing Dokka generation in jvm+androidJvm projects #3572

Closed
IgnatBeresnev opened this issue Apr 22, 2024 · 0 comments · Fixed by #3582
Closed

Avoid failing Dokka generation in jvm+androidJvm projects #3572

IgnatBeresnev opened this issue Apr 22, 2024 · 0 comments · Fixed by #3582
Assignees
Labels
Milestone

Comments

@IgnatBeresnev
Copy link
Member

Context

#3565 fails the build in projects that have both jvm and androidJvm targets.

Expected behaviour

Users should be able to build the documentation, even if some links cannot be resolved correctly.

Proposed solution

A simple try/catch could be added, or something else that would avoid throwing the exception (such as using some other compiler api that is not going to fail, or checking for this case specifically before invoking the compiler)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants