Hey guys, I've been building a feed with Compose's LazyList and Paging 3 but the scrolling turned out to be annoyingly janky and it's more noticeable since it lives next to a smooth RecyclerView feed, I've made sure that all my composables are restartable and skippable but it's still bad .. the only thing that made a noticeable difference was curiously replacing Compose's Image with an AndroidView containing an ImageView, but still, it remains quite janky.
Is this a common problem? am I doing something wrong? any suggestions?