var colors by lazy { mutableListOf<Int?>(nul...
# announcements
d
var colors by lazy { mutableListOf<Int?>(null, null) }