flag.Var(&extraStaticLibs,"extra-static-libs","Extra static dependencies needed when depending on a module")
flag.Var(&extraLibs,"extra-libs","Extra runtime dependencies needed when depending on a module")
flag.Var(&optionalUsesLibs,"optional-uses-libs","Extra optional dependencies needed when depending on a module")
flag.Var(&rewriteNames,"rewrite","Regex(es) to rewrite artifact names")
flag.Var(&hostModuleNames,"host","Specifies that the corresponding module (specified in the form 'module.group:module.artifact') is a host module")
flag.Var(&hostAndDeviceModuleNames,"host-and-device","Specifies that the corresponding module (specified in the form 'module.group:module.artifact') is both a host and device module.")