Component used: Navigation Safe Args Version used: 1.0.0-alpha03 Devices/Android versions reproduced on:
When enabling Safe Args on the project in https://issuetracker.google.com/issues/111569267, one of the generated classes was invalid due to the navigation XML using android:id="@+id/navigation.xml" - it tried to generate public class Navigation.xmlDirections (which is invalid).
aapt correctly translates "@+id/navigation.xml" into R.id.navigation_xml. Safe Args should do the same.
Description
Version used: 1.0.0-alpha03
Devices/Android versions reproduced on:
When enabling Safe Args on the project in
aapt correctly translates "@+id/navigation.xml" into R.id.navigation_xml. Safe Args should do the same.