https://kotlinlang.org logo
#compose
Title
# compose
c

caelum19

08/23/2020, 3:39 PM
Is it usually a bad smell if a @Composable fun doesn't have a modifier parameter?
a

Adam Powell

08/23/2020, 3:40 PM
if that composable function is a UI element, often yes.
👌 4