hilt-binder
hilt-binder copied to clipboard
An annotating processing library that automatically generates Dagger Hilt's `@Binds` methods.
Hi! I want to suggest changes to support custom annotations which could be used as BindType with predefined params. Example for view models used in a RecyclerView in a fragment....
I think it is useful for top-level properties with delegates. As you see this is useful for DataStore preferences.
If i understand correctly - kotlin 1.6.0 is lifting the restriction on the `@Repeatable`, so it can be used on any retention. I think multiple binds would be a great...
After updating Kotlin from "1.8.22" to "1.9.0" and KSP "1.8.22-1.0.11" to "1.9.0-1.0.11" all bindings failing Error Hilt is giving is you need to annotate with @Provides or @Binds