John O'Reilly
06/08/2025, 5:38 PMArkadii Ivanov
06/08/2025, 5:40 PMJohn O'Reilly
06/08/2025, 5:41 PMJohn O'Reilly
06/08/2025, 5:42 PMChild
John O'Reilly
06/08/2025, 5:43 PMArkadii Ivanov
06/08/2025, 5:44 PMJohn O'Reilly
06/08/2025, 5:45 PMChildren
as in
Children(stack = component.stack) {
when (val child = it.instance) {
is AppComponent.Child.Loading -> LoadingView()
is AppComponent.Child.Conferences -> ConferenceListView(child.component)
is AppComponent.Child.Conference -> ConferenceView(child.component)
}
}
Arkadii Ivanov
06/08/2025, 5:46 PMArkadii Ivanov
06/08/2025, 5:47 PMJohn O'Reilly
06/08/2025, 5:47 PMArkadii Ivanov
06/08/2025, 5:48 PMJohn O'Reilly
06/11/2025, 11:04 AMArkadii Ivanov
06/11/2025, 12:19 PM