evant/kotlin-inject
Dependency injection lib for kotlin observed · 2026-08-28
Health v2 · maintenance only
59/100
- Activity 61
- Release rhythm 33
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: 240.0
- age_days: 2619
- days_rel: 238
- days_push: 238
- n_releases_24m: 3
Adoption not part of the score
1503 stars · 72 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
kotlin-inject is a compile-time dependency injection library for Kotlin that generates component implementations via KSP annotations. It provides constructor injection, @Provides functions, and binding support without runtime reflection.
Use cases
- dependency injection for kotlin projects
- compile-time DI without reflection
- android app dependency injection
- generate DI component code with KSP
- replace dagger with a kotlin-native DI library
- wire multi-module kotlin services
When to choose
- you want fast, reflection-free dependency injection in Kotlin
- you prefer compile-time safety and generated code over runtime DI
- you're building Android or JVM apps with Kotlin and KSP
When to avoid
- you need a Java-first DI framework with a large ecosystem
- your project is not on the JVM/Kotlin toolchain
- you need runtime dynamic injection or service-locator patterns
Facets
library · maturity active
developer-tools build-tool developer-tools programming-languages backend mobile-development jvm dependency-injection compile-time-di ksp code-generation kotlin android
1 source
- readme: https://github.com/evant/kotlin-inject · fetched 2026-08-28 · 4e262700feca
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| evant/kotlin-inject | main | 59 |
For agents
markdown · JSON · MCP: product_card(name="evant/kotlin-inject")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem