Setting Up Dependency Injection Using Anvil: A Step-by-Step Guide | by Xi Wei | Mar, 2025
Anvil is a clean and powerful library that simplifies dependency injection by building on top of Dagger. It removes a lot of boilerplate and is easy to use. There are some great articles explaining how Anvil works and why you might want to use it. However, the exact setup documentation is limited, so I’m creating … Read more