When updating anko layout from 0.10.5 to 0.10.6, I...
# anko
t
When updating anko layout from 0.10.5 to 0.10.6, I have experience many error about "lparams" function.
r
I think it does not know which receiver you want to call
lparams
on,
frameLayout
or
verticalLayout
. You'll need to specify it... as the error says
t
seems "this" receiver is LinearLayout because error message say it. clearly it is not frameLayout.
also, there is no error on anko layout 0.10.5.