πŸš€ New Blog Alert! πŸ“š

Confused about πŸ€” Gradle Version Catalogs vs Dependency Platforms? You're not alone! In my latest blog post, I break down:

πŸ‘‰ What each feature does
πŸ‘‰ How to define them
πŸ‘‰ When to use which

πŸ”‘ Key takeaway:
πŸ“œ Version Catalogs = simplify dependency declarations
πŸ› οΈ Platforms = align dependencies across your graph

πŸ“– Read it now: https://britter.dev/blog/2025/01/24/version-catalogs-vs-platforms/

#Gradle #DependencyManagement #DevTips #Java #Programming

Choosing Between Gradle Version Catalogs and Dependency Platforms: A Guide for Application Developers

In this blog post we'll break down the differences between Version Catalogs and Platforms.

@britter πŸ‘

Small feedback about the blog UI. On iPad-style device with vertical layout, the text is very close to the left border

@davinkevin yeah it is… on mobile itβ€˜s even worse 😬 I still need some time to go back and fix some of the css. I hope you like the content though!

@britter This is awesome. Helped me understand platforms so much better.

Been using version catalogs for some time now, including a plugin written to utilize them for controlling transitive dependencies.

Might be able to delete this plugin now in favour of platforms.

Thank You!

@benne thank you so much for this message. It really means a lot! Super happy you liked my blog post.