-
Notifications
You must be signed in to change notification settings - Fork 47
ModuleSpec JSON format
abersnaze edited this page Sep 11, 2014
·
1 revision
{
"moduleId": "moduleB",
"archiveMetadata": {
"any": "thing"
},
"moduleDependencies": [
"moduleA"
],
"compilerPluginIds": [
"groovy"
],
"appImportFilters":["com.example"],
"importFilters":["com.example.moduleA"],
"exportFilters":["com.example.moduleB"]
}