Stylianos Gakis
08/26/2023, 12:08 PM@Suppress("UnusedReceiverParameter")
on top of a composable which I want to be able to emit multiple things inside a column or a row, so I make them extensions on ColumnScope/RowScope, but I am not using that scope in any other way so the code thinks the scope is unused.
Is there anything I am missing to make my life a bit easier here?
I feel like for Composables in particular, this warning is wrong, as if I am emitting more than 1 composable top-level, then I am actually making use of the scope, despite what the warning says.MR3Y
08/26/2023, 1:58 PMStylianos Gakis
08/26/2023, 2:14 PMMR3Y
08/26/2023, 2:18 PMStylianos Gakis
08/26/2023, 2:47 PMshikasd
08/26/2023, 4:13 PMStylianos Gakis
08/26/2023, 4:15 PMshikasd
08/26/2023, 4:16 PM