Travis Griggs
01/17/2024, 10:52 PMChris Sinco [G]
01/18/2024, 4:35 PMChris Sinco [G]
01/18/2024, 4:37 PM@Preview(apiLevel = 33)
annotation class Api33Preview
@Api33Preview
@Composable
fun HelloWorldPreview() {
Text("Hello World")
}
Travis Griggs
01/18/2024, 5:13 PM