mutableIntStateOf? Did I miss those being added somehow?
Colton Idle
07/08/2023, 6:54 PM
Seems like these variants were added during I/O timeframe so it looks like I just never encountered these yet. Interesting! Apparently it saves on autoboxing. TIL
f
Francesc
07/08/2023, 7:29 PM
worth of note is that these variants are only available on the 1.5.x versions of compose runtime (still in beta), so if you use the BOM they are not yet available, unless you manually add the dependency
c
Colton Idle
07/08/2023, 7:34 PM
Ah yeah. New project today using beta compose artifacts so that must be why