<How can i binding in Kotlin?> For example, privat...
# stackoverflow
u
How can i binding in Kotlin? For example, private lateinit var textView : TextView then, textView = binding.txtView12 is that possible? If this is not possible, what can i do for that?