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

Data binding should be able to inject (via Injekt) missing values #10

Closed
apatrida opened this issue Aug 28, 2015 · 1 comment
Closed

Comments

@apatrida
Copy link
Contributor

When data binding parameters, some should be able to be injected from Injekt. This could be done with default parameter values, assuming Kotlin reflection will allow us to detect and use the default-able form of a method. This should be possible given reported issues:

KT-8824
KT-8827

That also lets us know which of these already have defaults values coming from Kotlin.

@apatrida
Copy link
Contributor Author

now supported in that you can use default method parameters to call whatever injection you want as long as it is default parameter based.

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

No branches or pull requests

1 participant