pengrad / jdk9-deps

Build Android and Dagger with JDK9+

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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'
}

About

Build Android and Dagger with JDK9+

License:MIT License


Languages

Language:Java 100.0%