Dagger 2.27 and lint compliance
See original GitHub issueIn our multi-module project, we are using dagger 2.27
implementation 'com.google.dagger:dagger-android:2.27'
and just this morning I noticed a lint compliance error for this version and asked me to update to 2.35.1
This version is . Details: Consider switching to recommended version 2.35.1.
I’m trying to find out what could have triggered this compliance error just now since all other versions remained the same.
Issue Analytics
- State:
- Created 2 years ago
- Reactions:6
- Comments:5 (1 by maintainers)
Top Results From Across the Web
Getting started with Dagger 2.27 on Android by example
equip an existing minimal app with DI; work with the latest Dagger 2 version 2.27; avoid writing boilerplate code.
Read more >hilt-android : 2.40.5 - com.google.dagger - Maven Central
A fast dependency injector for Android and Java. ... Dependencies: com.google.dagger:dagger · com.google.dagger:dagger-lint-aar · com.google.dagger:hilt ...
Read more >homebrew-core - Homebrew Formulae
a2ps 4.14 Any‑to‑PostScript filter
aacgain 1.8 AAC‑supporting version of mp3gain
aalib 1.4rc5 Portable ASCII art graphics library
aamath 0.3 Renders mathematical expressions as ASCII art
Read more >Dagger Lint Rules(2.42) - Javadoc
A fast dependency injector for Android and Java. Group Id, com.google.dagger. Artifact Id, dagger-lint. Version, 2.42. Packaging ...
Read more >Lint Fails when using lateinit var inside tests - Issue Tracker
“ aiv dexif ,1023/seussi/reggad/elgoog/moc.buhtig//:sptth si siht eveileb I https://github.com/google/dagger/commit/ ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@anilgorthy Can you post a link here if you report it somewhere else?
I was going to report an issue similar to this one https://issuetracker.google.com/issues/170240589, but I got an error saying “You do not have permission to create issues in this component.”, so I’ll just leave a comment here.
What changed is this metadata file https://dl.google.com/dl/android/sdk/metadata/sdk_registry.xml. It used to say:
And now it says:
Not sure if this was a deliberate change, because they didn’t add any
status
ordescription
for versions2.15
-2.35
when raising therecommended-version
.I can only guess it has something to do with Hilt graduating to stable in 2.35?