Does anyone know what would cause the Dagger 2 generator to not recognize
@Nullable
annotations? Every time I try to generate my Dagger<Component> file I am getting this from Gradle:
Copy code
e: error: cannot access Nullable
class file for javax.annotation.Nullable not found
Consult the following stack trace for details.
com.sun.tools.javac.code.Symbol$CompletionFailure: class file for javax.annotation.Nullable not found