uli
05/23/2019, 4:35 PMAny other functions marked with @Composable that are called in the body of the function are surrounded by a group. The key of each group will be compiled as an integer that is unique to the source location of the call site.
Doesn't that imply, that @Composables emitted in a loop get the same group id?
Or does it mean, that each call get's a new id unique to the source file?