Skip to content

Kotlin Inject Anvil Extensions

A collection of extensions on top of kotlin-inject-anvil to help reduce boiler plate with dependency injection.

Extensions

  • Assisted factory - bind factory interfaces to dependencies using the @Assisted annotation.

Setup

Before using any of the anvil extensions, setup your project per the instructions from kotlin-inject and kotlin-inject-anvil.