Slide 55
Slide 55 text
Including projects by external file definition
My list of projects and their build file names has become very
long. Can I externalize this definition into another file?
{
"projects": {
"shared": {
"name": "myApp-shared",
"buildFileName": "shared.gradle"
},
"web": {
"name": "myApp-web",
"buildFileName": "web.gradle"
}
}
}