When I try to run my androidTests with R8 activate...
# android
j
When I try to run my androidTests with R8 activated I am getting
Failed resolution of: Lkotlin/LazyKt;
… I tried adding
-keep class kotlin.**
to my
testProguardFiles
but the error continues… Any clues of how to fix this ?
👋 1
😶 1