You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 17, 2023. It is now read-only.
Allow generated factories to implement parameterized FactoryTypes.
This is useful for annotation processors that use AssistedInjection like InflationInjectProcessor.
Allow generated factories to implement parameterized FactoryTypes.
This is useful for annotation processors that use AssistedInjection like InflationInjectProcessor.
Example: ViewModelInject
https://github.com/hansenji/ViewModelInject/blob/master/viewmodel-inject-processor/src/main/java/com/vikingsen/inject/viewmodel/processor/ViewModelInjectProcessor.kt#L228
The text was updated successfully, but these errors were encountered: