Scott Kruse
01/22/2024, 8:52 PMScott Kruse
01/23/2024, 1:29 AMAlbert Chang
01/23/2024, 9:27 AM@Composable fun Foo(value: Int)
, as Int
is stable, this composable function is restartable skippable, but of course the value can change from 0 to 1.
The question "Why does a method reference change?" is definitely valid, but it has nothing to do with whether the function type is stable or not. (Btw, all function types are stable.)Scott Kruse
01/23/2024, 3:42 PMvide
01/23/2024, 5:03 PMvide
01/23/2024, 5:11 PMA === B
Scott Kruse
01/23/2024, 6:29 PMvide
01/23/2024, 6:31 PMvide
01/23/2024, 6:33 PMvide
01/24/2024, 5:02 PMvide
01/24/2024, 5:03 PM