Skip to content
Advertisement

Tag: cyclic-dependency

Resolve circular dependency in gradle

I recently started developing a java project which has some sub projects within it. All of them are gradle. So let’s say there are two projects A and B which is already implemented. And I’m going to introduce another graldle project C. And the dependencies are like this. A has dependencies on B B has dependencies on C C has

Advertisement