Include library with flavor android
My app gradle file before: compile project(path: ':zblelib') But when i add flavors into the lib my import don't work my flavors: flavorDimensions "dim" productFlavors { nocustomer ...