I want to use the new Modifier.animateItem()
API, announced here and here to animate item (dis)appearance inside a LazyColumn
, however it is impossible for me to import it. I’ve added "androidx.compose.animation:animation:1.7.0-alpha06"
to my dependencies and tried using it from within a LazyListScope
, but AndroidStudio can’t find it. Am I missing something?