Hi,
I am researching moving our team to Dagger from Earthly (which is unfortunately going away). One of the features we use a lot of is being able to share build artifacts across repositories. For example, we may have a build artifact in one repository that is needed during the build process of another. Earthly made this trivial by being able to reference the other repository and pull the artifact into the current build context.
Does Dagger have something similar to this?