Where can I file issues related to the docs on <de...
# compose
z
Where can I file issues related to the docs on developer.android.com? If we can do pull-requests it'll be even better 😄 Sometimes I see references to APIs/Composables that have been renamed or deprecated - e.g. this one.
VerticalScroller
was deprecated in dev15 and
ScrollableColumn
is the Composable to be used. Also
LazyColumnItems
was renamed to
LazyColumnFor
in dev16.
p
Thanks for the report, we'll file the bugs
👍 1