Hilt To Koin Migration

Move dependency injection from an annotation-processed compile-time framework (Hilt/Dagger) to the multiplatform runtime container (Koin) — the mechanical mapping for providers, view models and qualifiers, what happens to assisted injection, and the two failure modes the migration introduces: a graph that no longer fails at compile time, and a module definition that blocks the thread starting the container. Use when planning the migration, when a binding resolves to nothing at runtime after it, or when app start got slower afterwards.

maxrave-dev Updated

File contents

maxrave-dev/kotlin-footguns/tree/main/skills/hilt-to-koin-migration commit 4aee79bfd2

Frequently asked questions

npx skillmds@latest add maxrave-dev/hilt-to-koin-migration