I'm working on an app using databinding and room. The databinding works fine when I first created it, everything went well. But when I modify or add a new room module totally independent of the earlier module which worked, it shows "databinding package does not exist" for the one which worked earlier.
I'm not sure how it is linked.