I\'m trying to do View Binding in Kotlin and fragments.
val button: Button = view.findViewById(R.id.Rutton) button.setOnClickListener{ //do something here