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:

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.
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
I was able to use the dagger-android artifact just fine in 2.9 but did run into https://github.com/google/dagger/issues/579
But again, whole artifact (dagger-android) is missing on sonatype snapshot repo (HEAD-SNAPSHOT). Is this "on purpose"?
No, and it will be fixed shortly. Why do you need the snapshot though?
@ronshapiro I was expecting that missing (dagger-android) classes in 2.9 mentioned by @fSergio101 (and documentation) will be in "HEAD-SNAPSHOT" build...
This should all be fixed in 2.10-rc2
Most helpful comment
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