Fixed
Status Update
Comments
as...@google.com <as...@google.com> #2
Hi, was this a regression after you upgrade your NDK or upgrade your Android Studio?
No update yet.
Hi, was this a regression after you upgrade your NDK or upgrade your Android Studio?
Description
Consider the following change:
Before:
After:
This is a binary incompatible change for Compose (but not for Kotlin!) because
ComposableSingletons
class used for @Composable lambdas without captures leaks in inline functions.