CoroutinesCache icon indicating copy to clipboard operation
CoroutinesCache copied to clipboard

Split the dependencies into separate libraries

Open vvsevolodovich opened this issue 6 years ago • 0 comments

Dependencies

implementation 'com.google.code.gson:gson:2.8.5'
implementation 'com.squareup.moshi:moshi:1.6.0'
implementation 'com.fasterxml.jackson.core:jackson-core:2.9.6'
implementation 'com.fasterxml.jackson.core:jackson-databind:2.9.6'

Not everyone is happy by bringing unnecessary dependencies, better to put them as separate libraries. E.g. com.epam.coroutinecache:coroutines-cache-gson-mapper

Let's split it into Gson, Jackson and Moshi libraries

vvsevolodovich avatar Mar 25 '19 07:03 vvsevolodovich