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?
这种说明实际上意味着什么,如果我不想使用并非稳定的实验或东西的话。
我也认为材料3是稳定的。
如果你认为我不正确理解这一点或提供适当的解决办法,则澄清我。
Thx!