Jetpack compose - Unresolved reference: rememberDismissState in material3 api
I want to use SwipeToDismiss() api in my code. For that i am using rememberDismissState() for storing the state but it is not working. It is saying "Unresolved reference: rememberDismissState".
Can anyone tell me the solution for this.?
Below is the complete code -
import androidx.compose.animation.AnimatedVisibility
import androidx.compose.animation.EnterTransition
import androidx.compose.animation.ExitTransition
import androidx.compose.animation.expandVertically
import...