https://kotlinlang.org logo
#anko
Title
# anko
t

tateisu

09/28/2018, 5:58 AM
When updating anko layout from 0.10.5 to 0.10.6, I have experience many error about "lparams" function.
r

ribesg

09/28/2018, 8:20 AM
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

tateisu

10/01/2018, 8:51 AM
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.
4 Views