Hello guys i wanna implement retrofit libraries into my module like this :
implementation files('libs/timber-3.1.0')
implementation files('libs/retrofit-2.3.0')
implementation files('libs/logging-interceptor-3.8.0')
implementation files('libs/gson-2.7')
implementation files('libs/converter-gson-2.3.0')
but if any user will use this module will implement the same libraries into his app/gradle file will face issues with multidex, so any help to be able to use those libs into my module ??