build.gradle - mobile - - build.gradle - - src and other stuff - wear - - build.gradle - - src and other stuff
During the mobile build, I would like to retrieve properties of the wear project. Basically, I want to retrieve all the variants of the wear module when i build the mobile module.
Is there a way of retrieving a sibbling module configuration ?
Do you have a settings.gradle in your root app directory that includes mobile and wear? You can refer to other projects, but that can hurt/break decoupling.