-
-
Notifications
You must be signed in to change notification settings - Fork 85
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
C::class.simpleName - possible problem with Proguard #227
Comments
Thanks for raising! Unfortunately |
@arkivanov I feel ok that I need to specify keys explicitly when there are multiple child stacks in a component. It is a quite rare case. What about |
I think |
Version 1.0.0-alpha-06 is released, thanks! |
Hi, Arkadii.
As I can see the version 1.0.0-alpha-05 of Decompose uses
simpleName
for default keys of child stack and overlay.It could cause a problem with Proguard when originally different class names are converted to the same name.
The bug will be catched only on a release (minified) build, that is unpleasant.
What do you think about replacing
C::class.simpleName
withC::class.qualifiedName
? AqualifiedName
is guaranteed to be unique.The text was updated successfully, but these errors were encountered: