Same app different solutions
I have a canvas app that is used for many different functions, I decided to package up 2 solutions both solutions contain this app but also other flows and components related to a specific project that uses the app.
I though this would not introduce different layers for this app as they both come from changes made in the same app in dev, then moved to environments using pipelines.
How should I handle this? I thought my method was recommended but obviously introducing new layers is not wanted.