Dagger 2.9 release is missing android-dagger classes
See original GitHub issueI’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:
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:
- Created 7 years ago
- Comments:6
Top GitHub Comments
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
This should all be fixed in
2.10-rc2