ghedeon
04/11/2018, 11:59 AMinclude ':commons'
project(':commons').projectDir = new File(settingsDir, "../commons-android/commons")
but that means that all the project specific configuration from commons-android
becomes invalid, because we import the module, and not the whole project