Dagger Plugin Versions Save

Plugin that supports easy usage of Dagger 2 library in IntelliJ iDEA or Android Studio

v0.3.2020.2.2-beta1

3 years ago

Issue: #29

v0.3.2020.3.1-beta1

3 years ago

v0.3

4 years ago

Basic validation for

  • @Inject
  • @Binds
  • @Provides

v0.2

4 years ago

Change Notes

  • Toggle the option to Generate dagger graph everytime the project is built
  • Show dagger validation errors in the editor (beta)
    • @Component may only be applied to an interface or abstract class
  • @Component has more than one @Component.Builder or @Component.Factory
  • Given module is not annotated with @Module
  • Dagger does not support injection into private constructors/methods/fields

v0.1

4 years ago

Features

  • View the dependency graph in tree format
  • Jump to source code from the graph
  • View parents and children of a node in the graph
  • Fully supported for project using both Java and Kotlin including Android