Cyclic Dependency on 2 modules

Hello everyone,

My team and i were developing 2 modules, for example, the module A and the module B, and the module B has a dependency of the module A. But now we arrived at time when we need a dependency on module A to have a dependency of the module B… Can we have cyclic dependency on modules on openmrs?

maybe @dkayiwa knows something about this?

Best Regards

My thinking is that if module B depends on A, and for some reason module A needs to use a feature from B, I would possibly move the feature to B if it’s not tightly coupled to module A.

yeah, you prolly rigth, i will move everything to one module

Best Regards