Has anyone seen this error? I’m on the latest Andr...
# compose
z
Has anyone seen this error? I’m on the latest Android Studio canary, compose version, kotlin version
z
That error usually means you’re trying to call a composable from a non-composable function. I would suggest taking a look at the LazyColumn docs to see how to use it correctly.
z
Thanks! I think I understand what I need to do to fix it. When building the error message is much clearer. But the IDE should probably be better at displaying the error when hovering over it
d
LazyColumn requires the use of the items() function