Caleb Jares
Caleb Jares
I wrote the following, that I haven't seen anywhere else. I think it would be a good addition to Hamcrest. Usage is something like `matcher("nonempty string", s -> s.length() >...
- [x] I have searched [existing issues](https://github.com/facebook/litho/issues) and this is not a duplicate ## Version We are using quite an old version: v2021.10.25 ## Description Stack trace: ``` 12-27 22:03:35.873...
I am using a method to inject fragments, and some don't have any dependencies (and thus don't have any `@Inject` fields or constructors). It would be awesome if Dagger would...