Philip Blandford
val listState = rememberLazyListState() LaunchedEffect(itemIdx) { coroutineScope.launch { listState.scrollToItem(itemIdx) } }
Andrey Kulikov
A modern programming language that makes developers happier.