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

Runtime injection class qualifier with annotation/obfuscation #2135

Open
kmbisset89 opened this issue Feb 18, 2025 · 0 comments
Open

Runtime injection class qualifier with annotation/obfuscation #2135

kmbisset89 opened this issue Feb 18, 2025 · 0 comments

Comments

@kmbisset89
Copy link

This is an odd bug. If you have a runtime injection with a qualifier and you use annotation based injection there will always be a qualifier mismatch if obfuscation is applied. This is because the generated code will have the pre obfuscated name and the runtime code will use the obfuscated name which makes sense.

Expected behavior
I am not sure what I expect because it makes obvious sense maybe would have to rerun generating code after obfuscation?

Koin module and version:
All versions

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

No branches or pull requests

1 participant