We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f410429 commit 3f38329Copy full SHA for 3f38329
build.gradle
@@ -8,8 +8,12 @@ buildscript {
8
dependencies {
9
classpath 'com.android.tools.build:gradle:1.5.0'
10
classpath 'me.tatarka:gradle-retrolambda:3.2.4'
11
+ classpath 'me.tatarka.retrolambda.projectlombok:lombok.ast:0.2.3.a2'
12
classpath 'com.neenbedankt.gradle.plugins:android-apt:1.8'
13
}
14
+
15
+ // Exclude the version that the android plugin depends on.
16
+ configurations.classpath.exclude group: 'com.android.tools.external.lombok'
17
18
19
allprojects {
0 commit comments