I am trying to implement listener bindings, but when I run my code I get the following error:
Caused by: android.databinding.tool.util.LoggedErrorException: F
As suggested by all other fellow brothers, yes the error resolves after deleting .idea, .gradle and gradle folders.
(this is just for someone curious why this happens, below is my usecase): i think this problem caused in my project because of i added one rxRecycleViewDataBinding custom library lately which might caused some binding errors by mixing binding references.