I have a sample project, with the following setup:
/root + Pure Java Lib + Android Test Lib + Android Test Project
Where the \'Te
Assuming that Some Other Folder is a gradle project you could add something like the following to your settings.gradle file:
include ':module1' project(':module1').projectDir = new File(settingsDir, '../Project B/Module 1')