Hi, in the 'first principles' blog post, it says `...
# compose
u
Hi, in the 'first principles' blog post, it says
Any 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?