Whenever I run this code I keep getting errors that say unresolved reference: until.
Please can anyone help me out with this?
for (row in 0 until nSquares) {
counter = if (row and 1 == 0) {
paint!!.setARGB(
200 ,
SquareOne[0],
SquareOne[1],
SquareOne[2])
}
...