kevinmost
for (i in listView.indices) { if (i == listView.lastIndex) continue listView.getChild(i).addDivider() }