-
Are mutually-intertwingled Gradle projects (a) possible and/or (b) a bad idea? Basically I want A to use B as a submodule for building and I want B to use A as a submodule and I want to build the same artifacts in each case. (To refactor code into repos without losing crossrefs)