Why BR class (Android data-binding auto generated class for bindable fields) in android does not auto import like another classes, alt + enter
does not work for this class?
When i write notifyPropertyChanged(BR.someField);
for any field, i have to manually import that class with full package name.
Note All other classes can be imported automatically but only this BR class is not importing.
Even if turned on file --> setting --> auto-import --> check all options