You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Every module S that will navigate to some other module (--> S is a source module) will use a few intent builder configurations for the modules it will navigate to.
We could create a Henson class by analyzing these dependencies, and generate class, probably using javapoet. The class will be generated in the main source tree of the source module and will allow to navigate to all target activities declared in the dependency.
The text was updated successfully, but these errors were encountered:
Every module S that will navigate to some other module (--> S is a source module) will use a few intent builder configurations for the modules it will navigate to.
We could create a Henson class by analyzing these dependencies, and generate class, probably using javapoet. The class will be generated in the main source tree of the source module and will allow to navigate to all target activities declared in the dependency.
The text was updated successfully, but these errors were encountered: