Kamel-Media / Kamel

Kotlin asynchronous media loading and caching library for Compose.
Apache License 2.0
595 stars 23 forks source link

Refactor to use refreshVersions instead of organizing dependencies w/ buildSrc #34

Closed luca992 closed 1 year ago

luca992 commented 1 year ago

@alialbaali I'm a big fan of using https://github.com/Splitties/refreshVersions with a gradle versions catalog to organize dependencies. Would you allow a pr switching the repo use that setup?

alialbaali commented 1 year ago

Definitely! I use it myself in my other projects.

I'm not sure if you noticed, but I also added you as collaborator. Feel free to use the repository however you want by creating releases, approving PRs, etc... As I don't have time to work on this project anymore :(

Thank you for all the work you've been doing!

luca992 commented 1 year ago

41