Eric Womer
12/11/2022, 9:14 AM@Composable
fun DiceRollerView() {
LazyColumn {
/* DO Image */
Image(painter = painterResource(id = R.drawable.dice_1), "") // <- This Line
/* Do Button */
}
}
complaining "@Composable invocations can only happen from the context of a @Composable function"?napperley
12/11/2022, 9:40 PMEric Womer
12/11/2022, 9:41 PMEric Womer
12/11/2022, 9:41 PMAdrian Witaszak
12/12/2022, 9:14 AM