hi, I upgraded to compose beta 1.00 and my current...
# compose
a
hi, I upgraded to compose beta 1.00 and my current project that i created a day ago started showing error for
setContent{
and
LazyColumn{
what are the new alternatives for these?
j
setContent has been moved to another artifact
androidx.activityactivity compose1.3.0-alpha03
☝️ 1
a
ok let me try that. same for lazyColumn?
j
That one should still be in the same one (I think compose foundation)
Though I think it is just LazyColumn without the for, and the items has been deprecated Check the new APIs out in the docs, a lot has changed
t
Often removing the imports and using auto import works when packages moved.
j
well thats clearly not the issue here
but agree, alt enter is your friend
t
Yes sorry. LazyColumnFor was removed. Did not looked into your code.
a
this worked, thanks!