Importing code from other apps is discouraged, as it creates unclear dependencies and hinders app isolation. This page contains guidance on how to find and address cross app imports.
Common cross app imports
There are a few common cross app imports that you may see when examining the imports. These imports can usually be avoided by taking an alternative approach.
Helper functions
For more information on using helper functions from another application, see here.
Root URLs
For more information on referencing another app’s rootUrl
, see here.
Help and feedback