If someone is getting this with TabLayout
and ViewBinding
enabled then you might have set id for the TabItem
. Removing id from TabItem
rseolved the issue for me.
If someone is getting this with TabLayout
and ViewBinding
enabled then you might have set id for the TabItem
. Removing id from TabItem
rseolved the issue for me.