Layout fidelity warning

 The graphics preview in the layout editor may not be accurate: 

- The current rendering only supports APIs up to 34. You may encounter crashes if using with higher APIs. To avoid, you can set a lower API for your previews. (Ignore for this session)




Solution:

@Preview(apiLevel = 33)
@Composable
fun YourComposablePreview() {
...
}