PreviewMultiplatform

@Preview(name = "1 Phone - Portrait", group = "Phone", device = "spec:width=411dp,height=891dp", showBackground = true)
@Preview(name = "2 Phone - Landscape", group = "Phone", device = "spec:width=411dp,height=891dp,orientation=landscape", showBackground = true)
@Preview(name = "3 Tablet - Landscape", group = "Tablet", device = "spec:width=1280dp,height=800dp,dpi=240", showBackground = true)
@Preview(name = "3 Tablet - Portrait", group = "Tablet", device = "spec:width=1280dp,height=800dp,dpi=240,orientation=portrait", showBackground = true)
annotation class PreviewMultiplatform