We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
#750
This is a follow-up to the work from #833, which was reverted in #887.
For a binding like:
@Binds fun bind(str: Provider<String>): Provider<CharSequence>
Anvil should check the variance of Provider, see that it's an out, and allow for this binding.
Provider
out
The text was updated successfully, but these errors were encountered:
@RBusarow I will fix that soon
Sorry, something went wrong.
No branches or pull requests
#750
This is a follow-up to the work from #833, which was reverted in #887.
For a binding like:
Anvil should check the variance of
Provider
, see that it's anout
, and allow for this binding.The text was updated successfully, but these errors were encountered: