I want to use multiple projects in Liferay 7.4 and am facing a circular dependency issue:
- Project A depends on Project B and
- Project B depends on Project A.
When we add these dependencies in build.gradle it shows a circular dependency error in the build.
How do I fix this?