Use gradle-apt
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
plugins {
|
||||||
|
id "net.ltgt.apt" version "0.7"
|
||||||
|
}
|
||||||
|
|
||||||
apply plugin: 'java'
|
apply plugin: 'java'
|
||||||
apply plugin: 'application'
|
apply plugin: 'application'
|
||||||
|
|
||||||
@@ -9,8 +13,8 @@ jar {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
|
apt 'com.google.dagger:dagger-compiler:2.6'
|
||||||
compile 'com.google.dagger:dagger:2.6'
|
compile 'com.google.dagger:dagger:2.6'
|
||||||
compile 'com.google.dagger:dagger-compiler:2.6'
|
|
||||||
}
|
}
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
|
|||||||
Reference in New Issue
Block a user