📄️ Real-World Example
This page walks you through building a production-grade KMP app with Anchor DI using a Clean Architecture + MVVM approach. You'll see how to structure layers, organize modules, and wire everything together. If you're new to KMP or DI, this example provides a concrete template you can follow.
📄️ Testing
Anchor DI provides test support for resetting the container and overriding bindings in tests. This page explains how to use Anchor.reset(), provide mock implementations, and follow best practices when testing code that uses Anchor DI.