Landry Norris
05/19/2022, 9:25 PMxxfast
05/19/2022, 10:26 PMArkadii Ivanov
05/19/2022, 10:28 PMRouter
and manually. In the latter case, they should have unique keys.
So something like this should work (off the top of my head):
val children = List(10) { index ->
MyComponent(
context = childContext(key = "Child$index"),
// Other dependencies here
)
}