What I\'m currently doing:
var idList = mutableListOf() fun main() { for (number in 1000000..1999999) { idList.add(number) }