Skip to content

Releases: Madrapps/dagger-plugin

Handling methods with variant names

15 Feb 03:50
2040ba6
Compare
Choose a tag to compare
Pre-release

Issue: #29

Support for Kotlin 1.4.30

13 Feb 14:20
39fbbe2
Compare
Choose a tag to compare
Pre-release

PR: #31

Improved Validations

26 May 05:04
6e7cf31
Compare
Choose a tag to compare

Basic validation for

  • @Inject
  • @Binds
  • @Provides

Basic Validations

14 May 16:34
f6c82ba
Compare
Choose a tag to compare

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

27 Apr 15:23
Compare
Choose a tag to compare

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