I know this probably was answered a lot, but: What is the best strategy to migrate a recyclerview to compose:
1️⃣ Replace the RecyclerView to LazyColumn, and using the ViewHolders as AndroidView, and migrating one by one
2️⃣ Migrating each ViewHolder to Compose and after all migrated, migrate the RecyclerView to LazyColumn