I have a nested recycler view(a parent and several childs), I also use data binding.
The problem is that, since the adapter for nested recyclers is different, I do not know how to set the nested recyclers adaptor in Kotlin or Java.
In case I don't want to use data binding, the solution in this link is working fine.
Thanks
