Using compose in prod (and coil for image loading)...
# compose
c
Using compose in prod (and coil for image loading) and started to see this stacktrace. Anyone know if this is a coil issue or a compose issue?
Copy code
Fatal Exception: java.lang.IllegalAccessError: Method 'void android.view.View.onAnimationEnd()' implementing interface method 'void coil.target.Target.onAnimationEnd()' is not public (declaration of 'androidx.compose.ui.platform.AndroidComposeView' appears in /data/app/~~D83UUWaeF7V8xBltnyPXpw==/base.apk)
seems to only happen when r8 is enabled
Seems to be compose multiplatform related. Filed: https://github.com/JetBrains/compose-jb/issues/1311
🙏 1