Ok Folks. So i migrated my build recently to use ...
# gradle
m
Ok Folks. So i migrated my build recently to use kotlin dsl scripts, and now i’m trying to upgrade from 4.0.1 android gradle plugin to 7.0.0 (gradle 7.0.2). I’ve updated most of what i need, but when i try to run espresso tests, i’m getting this error:
Copy code
2021-07-30 10:00:37.709 25855-26122/com.xfinity.digitalhome.debug E/AndroidRuntime: FATAL EXCEPTION: DefaultDispatcher-worker-1
    Process: com.xfinity.digitalhome.debug, PID: 25855
    java.lang.NoClassDefFoundError: Failed resolution of: Lorg/jacoco/agent/rt/internal_8ff85ea/Offline;
        at com.siftandroidsdk.sift.tracker.SiftSdk.$jacocoInit(Unknown Source:13)
I’m definitely setting my jacoco tool version to 0.8.7. I’ve even gone so far as to entirely remove the jacoco plugin from the build script, but i’m still seeing the jacocoInit functions being instrumented. Anyone else counter this? if i switch back to 4.0.1 with the exact same jacoco setup, things work.