Can you pass a list of composables to a Composable...
# compose
c
Can you pass a list of composables to a Composable? This doesn't work
fun ABunchOfComposableItems(@Composable items: List<()->Unit>) {
j
fun ABunchOfComposableItems(items: List<@Composable ()->Unit>) {
✔️ 6
c
bah. thanks for the extra set of 👀