Estevan Fick
07/16/2024, 11:13 AMASM Instrumentation process wasn't able to resolve some classes, this means that
the instrumented classes might contain corrupt stack frames
I have no idea where to start to look. Full error on the 🧵Estevan Fick
07/16/2024, 11:14 AM> Task :app:assembleRelease
ASM Instrumentation process wasn't able to resolve some classes, this means that
the instrumented classes might contain corrupt stack frames. Make sure the
dependencies that contain these classes are on the runtime or the provided
classpath. Otherwise, the jvm might fail to load the corrupt classes at runtime
when running in a jvm environment like unit tests.
Classes that weren't resolved:
> androidx.appcompat.view.ContextThemeWrapper
> com.google.common.util.concurrent.ListenableFuture
> androidx.window.extensions.embedding.SplitPlaceholderRule
> androidx.window.extensions.embedding.ActivityRule
> androidx.window.extensions.embedding.SplitPairRule
> okhttp3.ResponseBody
> retrofit2.Response
> retrofit2.Call
> retrofit2.Retrofit
-- 14 more classes --