Skip to content

Basic Validations

Compare
Choose a tag to compare
@thsaravana thsaravana released this 14 May 16:34
· 75 commits to master since this release
f6c82ba

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