Commit 1cf9dfc
No longer deprecate unused setter methods on the builder classes. While there was probably good intent behind this, whether or not the dependency is used is not necessarily controlled at the site where the setter method would be called (e.g. in Hilt), so this warning can become spammy and not that useful.
Fixes #3601.
RELNOTES=Fixes #3601. No longer adds a deprecation warning for unused dependencies on setters on the component builder.
PiperOrigin-RevId: 8281800341 parent b4bbfb8 commit 1cf9dfc
1 file changed
Lines changed: 0 additions & 4 deletions
File tree
- dagger-compiler/main/java/dagger/internal/codegen/writing
Lines changed: 0 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
250 | 250 | | |
251 | 251 | | |
252 | 252 | | |
253 | | - | |
254 | | - | |
255 | | - | |
256 | | - | |
257 | 253 | | |
258 | 254 | | |
259 | 255 | | |
| |||
0 commit comments