Open FunkyMuse opened 3 years ago
Leaving this open as a feature request, but I'm not sure we really want to add this. While it isn't necessarily hard to do, it adds another way to do the same thing with only marginal additional benefit. Especially because Hilt attempts to hide component construction as much as possible (as opposed to Dagger where it is a central part of the API), I think it is reasonable to say that you might need to wrap the builder if you want to expose a different API surface.
We're having a
and we need to create a builder which
Instead as of like with Dagger2 we can have something like