https://kotlinlang.org logo
#compose
Title
# compose
r

romainguy

07/04/2020, 4:48 AM
It's now
LazyColumItems
n

nglauber

07/04/2020, 4:50 AM
Wow! That was fast 😄 (both the answer and the deprecated mark since the video was published)
r

romainguy

07/04/2020, 4:51 AM
We ship a new version every two weeks, expect API changes until alpha and most likely after as well
😉 1
n

nglauber

07/04/2020, 4:52 AM
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…
2 Views