question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Dagger 2.9 release is missing android-dagger classes

See original GitHub issue

I’m trying to use android-dagger extension from release 2.9 and using the following reference from gradle:

compile 'com.google.dagger:dagger-android:2.9'

I got the lib downloaded but I think that there is something missing in the classes it contains, here you have the snapshot: screen shot 2017-02-15 at 17 22 52

Comparing with the repo branch google/dagger/blob/prepare_release_2_9 it contains the same files, almost nothing. On the other hand, master looks to be fine, because it contains all the files that are even described in dagger & Android documentation. That makes me think that maybe about some bad merge or something like that.

Extra point: I know that maybe this is not the best place to notify this, but the dagger & Android documentation I mentioned above has some broken links (the ones referencing to https://google.github.io/dagger/api/latest/dagger/android/* ) and markdown typos.

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:6

github_iconTop GitHub Comments

8reactions
ronshapirocommented, Feb 15, 2017

The classes in the documentation will be released in the next version of dagger. Sorry for the confusion that the docs are a little bit ahead

2reactions
ronshapirocommented, Mar 3, 2017

This should all be fixed in 2.10-rc2

Read more comments on GitHub >

github_iconTop Results From Across the Web

Dagger issues after upgrading from Android Studio 3.0.1 to ...
It says the FragmentComponentBuilder is missing code - I don't see where you create the FragmentComponentBuilder in your post so maybe start ...
Read more >
Using Dagger in Android apps
The Dagger basics page explained how Dagger can help you automate dependency injection in your app. With Dagger, you don't have to write ......
Read more >
Dagger 2 on Android: the shiny new @Component.Factory
Starting with Dagger 2.9 a couple years ago, we're able to annotate methods within a component (or subcomponent) builder so we can easily...
Read more >
Dagger 2 Tutorial Part 2 - COMPONENT, PROVISION ...
In part 2 of the Dagger 2 tutorial, we will add the google/ dagger dependencies to a new Android Studio project (for now...
Read more >
Using kapt | Kotlin
We are keeping it up-to-date with recent Kotlin and Java releases but have ... In a nutshell, you can use libraries such as...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found