<RecyclerView and OnItemClick: No value passed for...
# stackoverflow
u
RecyclerView and OnItemClick: No value passed for parameter 'click' in Fragment I'm trying to implement an OnClick listener for specific items in a recyclerview. I've done it before with activities, but now I want to do this in a fragment and I've run into a problem. I'm getting the error No value passed for parameter 'click'. This is the line of code that gives that error: recyclerAdapterAbstract = abstractList.let {AbstractAdapter(requireActivity(),it)} This the only error Android Studio is currently showing me. The logcat doesn't show any error. Only the Build Output...