BlurHashExt
BlurHashExt copied to clipboard
Reduce dependencies/ Divide into separate libraries
Hi, It's a good utility. A very big issue with this is if anyone uses this, they will get all the libraries in their project which is not at all needed (Glide, Picasso, Coil) as no one uses all the libraries and don't want unwanted libraries in their project.
A good approach would be to make a core library and divide others in separate libraries.
Although it's a good suggestion, for the time being won't "exclude" in gradle work in this case?
That should also work. We can just update the readme for the time being.