Releases: Madrapps/dagger-plugin
Releases · Madrapps/dagger-plugin
Handling methods with variant names
Issue: #29
Support for Kotlin 1.4.30
PR: #31
Improved Validations
Basic validation for
@Inject
@Binds
@Provides
Basic Validations
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
Dagger Tool Window
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