kotlin iterate with index code example Example: for loop in kotlin with index collection.forEachIndexed { index, element -> // ... }