I don't quite get the question. But i do have anot...
# android
u
I don't quite get the question. But i do have another hint... Regarding your board model. If you store the board model into a local call, the compiler can probably infer nullability and you can get rid of all the !!
o
uli: yes, I asked about this. I am trying to remove !!
t
board?.let { }
u
That would not initialise boardModel