It seems all Dagger 2 and Dagger Compiler 2 jars are compiled with Java 8.
So the question: Is it possible to use Dagger 2 with Java 7?
I keep getting this error:
dagger/internal/codegen/ComponentProcessor : Unsupported major.minor version 52.0
Which simply translates to a Java 8 compilation incompatible with Java 7.