listOf(listOf(string)) in lazyLayout(lazyColumn) compose
Currently only the outerList trigger recomposition. How to have recomposition triggered when a string in the innetList is changed/added as well?
Currently only the outerList trigger recomposition. How to have recomposition triggered when a string in the innetList is changed/added as well?