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

Support generics for objects injected into composables #256

Closed
gabrielittner opened this issue Dec 15, 2022 · 0 comments · Fixed by #277
Closed

Support generics for objects injected into composables #256

gabrielittner opened this issue Dec 15, 2022 · 0 comments · Fixed by #277
Milestone

Comments

@gabrielittner
Copy link
Member

This would be a follow up to #224 which generally supports adding more parameters to a @ComposeScreen or @ComposeFragment composable to get an instance of them injected. This initial support does not handle generics on the injected parameters, so it is for example not possible to inject a Set<Foo>

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

Successfully merging a pull request may close this issue.

1 participant