m port kotlinx.collections. im mutable. Im mutableList @Composable fun HomeScreen(todos: Im mutableList<Task>) { LazyColumn { items(items = todos) { todo -> TaskIte m (todo) } } }
m port kotlinx.collections. im mutable. Im mutableList @Composable fun HomeScreen(todos: Im mutableList<Task>) { LazyColumn { items(items = todos) { todo -> TaskIte m (todo) } } }
i m port kotlinx.collections. im mutable. Im mutableList @Composable fun HomeScreen(notes: Im mutableList<Task>) { LazyColumn { items( items = todos, key = { it.id } ) { todo -> TaskIte m (todo) } } }