Going out on a limb, but after upgrading from comp...
# compose
c
Going out on a limb, but after upgrading from compose 1.0 I'm getting some weird R8 errors that are occurring only in release builds and I can't quite pinpoint what happened. Are there any known issues for compose 1.0+ (maybe related to kotlin 1.5.21?)
e
Is the issue at build time or at runtime?
c
Runtime
e
Are you using R8 full mode?
c
No. Just the plain r8 config that ships standard with a new project.
e
Can you describe the issue? Is it a crash, or incorrect behavior? If the former can you post the exception (or at least the relevant parts of the message + stacktrace)?
c
Thanks @eygraber I'm trying my best to get a minimal repro. I will post back if I can get something.