I need to reproduce a crash and I have to set the value of a FrameLayout
to null
.
I'm forced to work with kotlin synthetic extensions
and use the xml view by it's Id
.
Is there a way to set them as var
instead of val
so I can change their value?