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

Missing classes detected while running R8 on AGP 8.4.0 #636

Closed
dzgeorgy opened this issue May 10, 2024 · 2 comments
Closed

Missing classes detected while running R8 on AGP 8.4.0 #636

dzgeorgy opened this issue May 10, 2024 · 2 comments

Comments

@dzgeorgy
Copy link

Hello! Thank you for this amazing library. However, after upgrading the AGP version to 8.4.0, I encountered a problem with a failed build due to missing classes.

Missing class com.ramcosta.composedestinations.generated.featurex.navgraphs.FeatureXNavGraph (referenced from: com.ramcosta.composedestinations.generated.featurex.navgraphs.FeatureXNavGraph com.ramcosta.samples.playground.ui.screens.navgraphs.ProfileNavGraph$External_FeatureXNavGraph.$$delegate_0 and 15 other contexts) Missing class com.ramcosta.composedestinations.generated.featurex.navgraphs.FeatureXNavGraphArgs (referenced from: com.ramcosta.composedestinations.generated.featurex.navgraphs.FeatureXNavGraphArgs com.ramcosta.samples.playground.ui.screens.navgraphs.ProfileNavGraph$External_FeatureXNavGraph.argsFrom(android.os.Bundle) and 3 other contexts)

Can be reproduced in your playground project by updating to AGP 8.4.0 and enabling minification for featureX. AGP 8.3.0 works fine.

@raamcosta
Copy link
Owner

Hello @dzgeorgy!

Interesting.. I will take a look at this, thank you for reporting 🙏

@raamcosta
Copy link
Owner

Fix should be up in the next 30min or so!

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

No branches or pull requests

2 participants