I am using android\'s data binding library for views in a library project
i have added the following line in my root gradle file
classpath \'
Make sure that ALL your modules that use DataBinding have it enabled. This was the reason I got that exception.
android { .... dataBinding { enabled = true } }