📄️ Overview
This page gives you a solid understanding of what Anchor DI is, how it works under the hood, and what you get out of the box. If you're new to KMP or DI, read this before jumping into code.
📄️ Dependency Injection in a Nutshell
If you're new to Dependency Injection (DI), this page explains the core concepts in plain terms. You'll understand why DI matters and how Anchor DI implements it. No prior DI experience required.
📄️ Quick Example
This page walks you through a minimal Anchor DI setup in four steps. You'll add dependencies, define a few types, initialize the container, and inject them. By the end, you'll have a working example you can extend.