You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get the following log output, when assembling a release app. There's nothing related to Coil in the output, but it only occurs in the branch where I'm updating to Coil 3.
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.compose.animation.tooling.ComposeAnimatedProperty
> androidx.window.extensions.embedding.SplitPlaceholderRule
> androidx.window.extensions.embedding.ActivityRule
> androidx.window.extensions.embedding.SplitPairRule
Unfortunately I cannot provide a reproduction repository. Using Coil 3.0.1.
To be honest, I don't understand what this all really means. Any ideas or pointers? Thanks!
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I get the following log output, when assembling a release app. There's nothing related to Coil in the output, but it only occurs in the branch where I'm updating to Coil 3.
Unfortunately I cannot provide a reproduction repository. Using Coil 3.0.1.
To be honest, I don't understand what this all really means. Any ideas or pointers? Thanks!
Beta Was this translation helpful? Give feedback.
All reactions