Android Studio 4.2 Canary 15 btw.
# compose
m
Android Studio 4.2 Canary 15 btw.
f
You have to use
Copy code
LazyColumnFor
m
Thank you. I am sometimes confused by compose convention of starting some composables with capital some small letters.
a
the convention is: if it's
@Composable
and returns
Unit
, it's
PascalCased
and named like a noun, just like a type.