Display different composable item in Multi type Lazy Column after every 5th Item in Jetpack Compose
I have two lists, number list of length 200 and and alphabet list of length 26. Both lists have different composable items to show them i.e NumberItem() and AlphabetItem().