I have a project where all features are in module manner. So in that I have 2 modules, one is core and another one is imageprocess. So Imageprocess
added core as a dependency. Now I want to use Imageprocesser
module class in core module. When I added this Imageprocess
as a dependency my build got failed and getting cyclic error.
How can I fix this?