I am new in Jetpack Compose(JC).
I started JC and used card but it shows me an error and recommend me to add this annotation @OptIn(ExperimentalMaterial3Api::class)
.
Also showing this message This material API is experimental and is likely to change or to be removed in the future. My Question that if this is experimental and might have changes in future what is the normal and stable way to use card in jetpack compose Material3?
What does this annotation actually means and what if I don't want to use experimental or thing which is not stable.
As I also find that Material3 is stable.
Clarify me if you think that I don't understand this correctly or provide the appropriate fix.
Thx!