Android Studio – java.lang.IllegalStateException: view!!.findViewById(R.id.dog_image) must not be null
I am working with Android Studio and Kotlin. I am trying to create an RecyclerView and a Adapter. I obtain the following error when I try to use the RecyclerView. It says that dog_image is null but I don't undernstand…