@@ -16,7 +16,9 @@ buildscript {
}
dependencies {
classpath 'com.android.tools.build:gradle:3.3.0'
- classpath('com.dicedmelon.gradle:jacoco-android:0.1.3')
+ classpath('com.dicedmelon.gradle:jacoco-android:0.1.3') {
+ exclude group: 'org.codehaus.groovy', module: 'groovy-all'
+ }
@@ -1,6 +1,5 @@
# workaround since lombok and desugering have an issue
# to be fixed with gradle Android plugin 3.3.0
-android.enableD8.desugaring=false
android.enableJetifier=true
android.useAndroidX=true
android.debug.obsoleteApi=true