marcinmoskala
12/11/2024, 7:37 AMgmz
12/11/2024, 7:49 AMA common misconception is that lambdas with unstable captures are themselves unstable objects. This is not true, lambdas are always considered stable, however as they were not memoized and reallocated during recomposition, they lead to composables that were not skipped due to unequal parameters.https://github.com/JetBrains/kotlin/blob/483e5f5d94988fa85ad90434f8d7efb2700267c2/plugins/compose/design/strong-skipping.md
marcinmoskala
12/11/2024, 7:50 AMThomas
02/04/2025, 9:16 AMThomas
02/04/2025, 9:16 AMgmz
02/04/2025, 10:10 AM@DontMemoize