Hi, does anyone have idea how to import multiple R...
# android-databinding
k
Hi, does anyone have idea how to import multiple R classes in xml? I am getting
Cannot import same alias twice.
m
If writing with kotlin, use
as
keyword, e.g:
import packagename.A as SOMETHING_R
k
in xml files? @miqbaldc