dependModules(is_debug){
it.startsWith(":module")
}
//...
def getModuleNameStartsWith(def isDebug, def start)
dependModules(is_debug){
it.startsWith(":module")
}
//...
def getModuleNameStartsWith(def isDebug, def start)