Actually, you can avoid rereate. Use this code:
recyclerView.itemAnimator = androidx.recyclerview.widget.DefaultItemAnimator().apply { supportsChangeAnimations = false }