christian.steffensen
02/07/2025, 10:43 AMCompose always considers unstable where they are from modules in which the Compose compiler does not run. Wrap the classes in UI model classes if required.
(https://developer.android.com/develop/ui/compose/performance/stability#summary)
We’re integrating Multiplatform as a gradle dependency into at native Android app with Compose(not Multiplatform) - does that mean that using models from Multiplatform as parameters on Composable functions is a bad idea, since they’ll always be unstable?Sergey Y.
02/07/2025, 11:21 AMZach Klippenstein (he/him) [MOD]
02/07/2025, 4:56 PM==
, non-stable are compared with ===
dorche
02/07/2025, 8:54 PMSkaldebane
02/12/2025, 2:48 AMZach Klippenstein (he/him) [MOD]
02/12/2025, 5:54 PM