You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: