It's now `LazyColumItems`
# compose
r
It's now
LazyColumItems
n
Wow! That was fast 😄 (both the answer and the deprecated mark since the video was published)
r
We ship a new version every two weeks, expect API changes until alpha and most likely after as well
😉 1
n
Is it available on
0.1.0-dev13
? 🤔
Found it… it’s on dev14 👍
Quick feedback:
Copy code
LazyColumnItems(items = items) { item, index ->
    ListItem(item = item)
}
It would be nice to have item index…