anvil VS kotlin-inject

Compare anvil vs kotlin-inject and see what are their differences.

anvil

A Kotlin compiler plugin to make dependency injection with Dagger 2 easier. (by square)

kotlin-inject

Dependency injection lib for kotlin (by evant)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
anvil kotlin-inject
8 9
1,256 1,077
0.9% -
9.5 8.0
6 days ago 8 days ago
Kotlin Kotlin
Apache License 2.0 Apache License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

anvil

Posts with mentions or reviews of anvil. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-02-06.
  • Refactoring our Dependency Injection using Anvil
    2 projects | /r/RedditEng | 6 Feb 2023
    Handling DI at scale can be a challenging task in avoiding circular dependencies, build bottlenecks, and poor developer experience. To solve these challenges and make it easier for our developers, we adopted Anvil, a compiler plugin that allows us to invert how developers wire, hook up dependencies and keep our implementations loosely coupled. However, before we get into the juicy details of using this new compiler plugin, let's talk about our current implementation and its problems that we are trying to solve.
  • Having both Dagger and Hilt at the same time? 🤔
    1 project | /r/android_devs | 29 Nov 2022
    I would recommend checking out Anvil for multi-module setup as it can provide an easier migration path than Hilt while also providing similar features.
  • Whetstone: A DI framework for Android that simplifies working with Dagger 2 using Anvil
    2 projects | /r/androiddev | 2 Oct 2022
    In terms of of what Anvil is I'd really recommend reading the README It's a lot more flexible than Hilt and provides a code generation hook so if you have a codebase specific DI pattern you can also set that up to be auto-generated with a custom annotation if you desire.
  • Anvil, generating factories without kapt, and module structure.
    2 projects | /r/androiddev | 30 Aug 2022
    Recently I've been looking into Anvil as an alternative to Dagger and realised that it can handily generate factories for you without kapt. That brings some exciting potential for build time improvement so I was eager to try it out. However very quickly I got stuck.
  • Multiplatform dependency injection libraries equivalent to Dagger/Anvil
    5 projects | /r/Kotlin | 27 Jul 2022
    I'm currently using Dagger and Anvil for my DI needs. It's been working really well, especially around what Anvil permits in terms of multibindings defined on the type declaration rather than in a module. For example:
  • Toying with Kotlin's Context Receivers
    1 project | news.ycombinator.com | 15 May 2022
    Have you considered something like Dagger + Anvil (https://github.com/square/anvil) ? It works well enough that it gets out of your way. Is it doing insane things in the background at compilation time ? Absolutely. But it's worth it. And to save time in debug, you can shim in dagger-reflect to avoid the cost of having to run annotation processors.
  • N26 Path To Anvil
    1 project | /r/android_devs | 18 Feb 2021
    For more details, check the official documentation: Anvil Dagger Factory Generation.
  • N26 Path to Anvil
    1 project | dev.to | 5 Feb 2021
    And finally, testing: Anvil offers a replace module feature that is handful to provide new dependencies during tests. For that, we create helper modules called testing and we provide fake dependencies of those replacing the production modules. Developers that include the testing in their test classpath can automatically interact with our testing utilities (or create their own, if required). To be completely honest here, it is more of an ongoing process.

kotlin-inject

Posts with mentions or reviews of kotlin-inject. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-09-02.

What are some alternatives?

When comparing anvil and kotlin-inject you can also consider the following projects:

Dagger2 - A fast dependency injector for Android and Java.

koin - Koin - a pragmatic lightweight dependency injection framework for Kotlin & Kotlin Multiplatform

Kodein - Painless Kotlin Dependency Injection

dikt - Simple and powerful DI for kotlin multiplatform

Theatre - Pet project using Clean Architecture + MVVM + Reactive Extensions + Android Architecture Components. The data are fetched from LondonTheatreDirect API. 🎭