Как программатически нажать на recyclerview item kotlin

    recyclerView.findViewHolderForAdapterPosition(pos).itemView.performClick();
Sore Snail