Android Studio – Return the result from a RecyclerView adaptor back to the MainActvity.kt?
I am trying do I return the result of the position from my Recyclerview Adapter, but I can't call the " adapter.setOnItemClickListener(this)" from MainActivity.kt? I get the error "Unresolved reference: setOnItemClickListener"? I've had to post a new thread as I…