hfhbd
06/02/2021, 7:51 PMdata class Cell(val color: Color?, val content: @Composable () -> Unit)
SPOILER: I get this error message: this._$cell_0._content is not a function. (In 'this._$cell_0._content($composer_0, 0)', 'this._$cell_0._content' is undefined)
hfhbd
06/02/2021, 7:52 PMOleksandr Karpovich [JB]
06/02/2021, 8:21 PMhfhbd
06/02/2021, 8:24 PMcontent
is always undefined. I am adding a failing test to a dev
branchhfhbd
06/02/2021, 8:52 PMhfhbd
06/02/2021, 9:03 PMlateinit var
works 🚀Greg Steckman
07/02/2021, 3:45 PMGreg Steckman
07/02/2021, 3:52 PMGreg Steckman
08/05/2021, 2:52 AMGreg Steckman
08/05/2021, 2:56 AM