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

[K2] KMP: Missed top level extension for type from another module in Android JVM #3700

Closed
atyrin opened this issue Jul 19, 2024 · 2 comments
Closed
Labels
bug topic: K2 Issues / PRs that are related to the K2 migration. See #2888

Comments

@atyrin
Copy link
Contributor

atyrin commented Jul 19, 2024

  1. Create a project with 2 KMP module (android jvm any other target)
  2. In Module1 declare a type
    e.g.
object Firebase
  1. In Module2 declare an expect extension in common and create actual counterparts in all platform source sets.

With K1 the extension page will have all platforms
image

K2:
image

dokka-repros.zip

@atyrin atyrin added bug topic: K2 Issues / PRs that are related to the K2 migration. See #2888 labels Jul 19, 2024
@vmishenev
Copy link
Member

Possible related: #3386

@atyrin
Copy link
Contributor Author

atyrin commented Jul 19, 2024

The issue was fixed in master somewhere. Probably by #3662

@atyrin atyrin closed this as completed Jul 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug topic: K2 Issues / PRs that are related to the K2 migration. See #2888
Projects
None yet
Development

No branches or pull requests

2 participants