Hi, I haven seen in one of the webcast that it is possible to have the build file with a different name other that the default build.gradle in a multi build project. I would like to have a different name for the build file based on the project something like:
rootProject +
|
±- child1+
|
|
|
±child1.gradle
±-child2+
|
|
|
±child2.gradle
|
±build.gradle
±setting.gradle
I know that this configuration has to be done in the settings.gradle, but don’t know the exact syntax, can anyone point me the details.
Thank you, Oscar