Since you are using Kotlin, try move away from Jav...
# android
h
Since you are using Kotlin, try move away from Java thinking 🙂
rawString.split(",").chunked(7).forEach { ... }
<- is all you need
✔️ 5
🤯 6
K 12