skip to Main Content

Android Studio – compose lazy gridcells not resolving correctly in a read-only file

Required: androidx.compose.foundation.lazy.GridCells Found: androidx.compose.foundation.lazy.grid.GridCells for use with ReactionsPicker... a file from Stream Chat library ReactionsPicker call is in MessagesActivity ''' is SelectedMessageReactionsPickerState -> { val gcells=GridCells.Fixed(5) // I added this. cells is defined in file ReactionsPicker( cells= gcells, modifier =…

VIEW QUESTION
Back To Top
Search