Skip to content

0.4.0 - Dagger Hilt support and component hierarchy visualizations

Compare
Choose a tag to compare
@arunkumar9t2 arunkumar9t2 released this 21 Jun 02:54

New

Announcement post

IntelliJ Plugin

Dagger Hilt Support

  • Gutter icons for @AndroidEntryPoint, @HiltAndroidApp and @DefineComponent.

  • Gutters Open Component Hierarchy images - see below.

Processor

Component Hierarchy support

Scabbard generates a new tree_$component.$format file that shows the component hierarchy and scopes.

  • Fixed StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: warning in build log

Gradle plugin

  • Support hilt
  • [Perf] Scabbard will lazily add required dependencies and only on projects that use dagger.
  • Support java plugin

Documentation

  • Added Maven sample. See guide here.