Namig Tahmazli
09/08/2020, 3:01 PM* [key] is a utility composable that is used to "group" or "key" a block of execution inside of a
* composition. This is sometimes needed for correctness inside of control-flow that may cause a
* given composable invocation to execute more than once during composition.
*
* The value for a key *does not need to be globally unique*, and needs only be unique amongst the
* invocations of [key] *at that point* in composition.
*
* For instance, consider the following example:
*
* @sample androidx.compose.runtime.samples.locallyUniqueKeys
Here I do not know how I can check locallyUniqueKeys
to understand the given sample better.
Do you know where I can find them?Andrey Kulikov
09/08/2020, 3:13 PMNamig Tahmazli
09/08/2020, 3:18 PMnickbutcher
09/08/2020, 5:26 PM