What would be the best way to get this code to print the actual color, instead of null?
https://pl.kotl.in/LsmUNeQfg
I get why it's happening, and I can fix it by having an extra function that does the printing, instead of doing it in the init{} block, but I'm wondering is there another, less manual way?