epoxy
epoxy copied to clipboard
How to use ViewBinding for EpoxyModelGroup?
Currently, I can't implement viewBinding in EpoxyModelGroup cause I've got ClassCastException when trying to use binding adapter
MyModelBinding.bind(holder.rootView)
How it could be solved?
I have the same proplem