Is there any way to apply the new `animateItem()` ...
# compose
v
Is there any way to apply the new
animateItem()
modifier of LazyLists directly to the LazyColumn or LazyRow instead of applying to every composable inside
LazyItemScope
I have used LazyColumns in a lot of places in my app Now, adding
animateItems()
to all composables in all LazyColumns is a hassle