Join Slack
Powered by
Hi, does anyone have idea how to import multiple R...
# android-databinding
k
karandeep singh
06/22/2020, 3:52 PM
Hi, does anyone have idea how to import multiple R classes in xml? I am getting
Cannot import same alias twice.
m
miqbaldc
06/23/2020, 12:35 PM
If writing with kotlin, use
as
keyword, e.g:
import packagename.A as SOMETHING_R
k
karandeep singh
06/23/2020, 2:18 PM
in xml files?
@miqbaldc
53
Views
Open in Slack
Previous
Next