/jdk9-deps

Build Android and Dagger with JDK9+

Primary LanguageJavaMIT LicenseMIT

Build Android and Dagger with JDK9+

A compile-only dependency to fix building Android projects with Dagger2 and JDK9+
google/dagger#1339

package javax.annotation.processing does not exist
import javax.annotation.processing.Generated;

Usage

dependencies {
    compileOnly 'com.github.pengrad:jdk9-deps:1.0'
}