| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| Scabbard.-.Dagger.2.Visualizer-0.4.0.zip | 2020-06-21 | 1.8 MB | |
| 0.4.0 - Dagger Hilt support and component hierarchy visualizations source code.tar.gz | 2020-06-21 | 15.4 MB | |
| 0.4.0 - Dagger Hilt support and component hierarchy visualizations source code.zip | 2020-06-21 | 15.6 MB | |
| README.md | 2020-06-21 | 1.2 kB | |
| Totals: 4 Items | 32.9 MB | 1 | |
New
Announcement post
IntelliJ Plugin
Dagger Hilt Support
- Gutter icons for
@AndroidEntryPoint,@HiltAndroidAppand@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
javaplugin
Documentation
- Added Maven sample. See guide here.