I am creating an application in Jetpack Compose Desktop which will take user input and after user reopens the application that input value should be there. I mean a user given data should be there after user reopens the application.
remember { mutableStateOf } doesn't work here
I didn't get tag for jetpack compose desktop so I have android Jetpack Compose tag