I\'m trying to use databinding with custom views (a possible usage George Mount showed here).
One can\'t imagine building compound views without <
<
Actually you can use tag inside and do data binding.
Ex:
incl_button.xml
fragment_example.xml
ExampleFragment.kt
binding.layoutBtn.btn.setOnClickListener{ //... }