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:
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.