{
"app": {
"signingConfigs": [
],
"products": [
{
"name": "default",
"compileSdkVersion": 23,
"compatibleSdkVersion": 23,
"signingConfig": "default"
}
]
},
"modules": [
{
"name": "phone",
"srcPath": "./product/phone",
"targets": [
{
"name": "default",
"applyToProducts": [
"default"
]
}
]
},
{
"name": "common",
"srcPath": "./common"
},
{
"name": "alarmclock",
"srcPath": "./feature/alarmclock"
},
{
"name": "worldclock",
"srcPath": "./feature/worldclock"
},
{
"name": "stopwatch",
"srcPath": "./feature/stopwatch"
},
{
"name": "timer",
"srcPath": "./feature/timer"
}
]
}