How can I write compose tests to test `LazyColumn`...
# compose
k
How can I write compose tests to test
LazyColumn
scroll state and position. Basically I want set & get current scroll index? What I know there is
performScrollToIndex
API for scrolling but no API to get the index.