Is making impossible for me to have an AdapterList...
# compose
m
Is making impossible for me to have an AdapterList and add new values for my MutableList with a Button. I keep getting:
Copy code
Functions which invoke @Composable functions must be marked with the @Composable annotation
Any ideas?
a
Can you post your code that is giving you trouble?