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

Unresolved link to a declaration from another source set #2877

Closed
vmishenev opened this issue Feb 17, 2023 · 2 comments · Fixed by #2878
Closed

Unresolved link to a declaration from another source set #2877

vmishenev opened this issue Feb 17, 2023 · 2 comments · Fixed by #2878
Labels

Comments

@vmishenev
Copy link
Member

           // /src/commonMain/main.kt
           class A
           
           // /src/jvmMain/main.kt
           /**
           * link to [A]
           */
            class B
@vmishenev vmishenev added the bug label Feb 17, 2023
@vmishenev vmishenev linked a pull request Feb 17, 2023 that will close this issue
@vmishenev vmishenev added this to the Standard library API reference migration milestone Feb 17, 2023
@vmishenev vmishenev changed the title Unresolved link to declaration from another source set Unresolved link to a declaration from another source set Feb 19, 2023
@maikelvdh
Copy link

Thanks @vmishenev for addressing this problem! We are also impacted by this particular problem, is it an option to produce a 1.8.21 release @IgnatBeresnev by chance? Thanks a lot!

@IgnatBeresnev
Copy link
Member

@maikelvdh this will be part of 1.8.20 (which is the next release, ~2-4 weeks from now, depending on how things go), but you probably meant to ask about 1.8.11?

We don't have any plans for a separate 1.8.10 bugfix release like 1.8.11, but if you absolutely cannot wait for 1.8.20, we can publish a dev build that you'll be able to use in the meantime, although it might come with other bugs :)

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.

3 participants