{ "app": { "signingConfigs": [], "compileSdkVersion": 10, "compatibleSdkVersion": 10, "products": [ { "name": "default", "signingConfig": "default" }, ], }, "modules": [ { "name": "entry", "srcPath": "./entry", "targets": [ { "name": "default", "applyToProducts": [ "default", ], }, ], }, { "name": "base", "srcPath": "./common/base" }, { "name": "timeline", "srcPath": "./features/timeline" }, { "name": "browser", "srcPath": "./features/browser" }, { "name": "grid", "srcPath": "./features/grid" }, { "name": "album", "srcPath": "./features/album" }, { "name": "selectAlbum", "srcPath": "./features/selectAlbum" }, { "name": "third", "srcPath": "./features/third" }, { "name": "mediaOperation", "srcPath": "./features/mediaOperation" }, { "name": "distributed", "srcPath": "./features/distributed" }, { "name": "formEditor", "srcPath": "./features/formEditor" } ], }