I\'m trying to use data-binding with Android.
I can not anymore build my project. I got this error :
\"Error:(13, 46) error: package ch.compan
earlier my package name was "com.xyz.abc.Models" changing the package name to all small letters "Models" -> "models"
solved the issue.