Is anyone here who enabled non-transitive R classes and uses Jetpack Navigation? I have the problem that the generated
NavDirections
class does not compile after enabling non-transitive R classes because the referenced Fragment ID resources are not prefixed with the correct package. The IDs are defined in a
base
module but the navigation graph XML is in the
main
module.
Jetpack Navigation
2.5.3
but does also not work with
2.6.0-alpha04
.
svenjacobs
01/24/2023, 2:41 PM
Sorry if this is the wrong channel. What would be the right channel for this kind of question?