Join Slack
Powered by
How do you group your gradle dependencies? In a si...
# gradle
c
Christopher Hübner
07/25/2024, 8:51 AM
How do you group your gradle dependencies? In a single dependencies call? Or is there some good convenience? 🙂
b
Bernd Prünster
07/25/2024, 10:07 AM
This is how we do it internally in general:
https://github.com/a-sit-plus/gradle-conventions-plugin
And here's how we group stuff:
https://github.com/a-sit-plus/kmm-vc-library/blob/main/conventions-vclib/src/main/kotlin/VcLibConventions.kt
e
ephemient
07/25/2024, 4:52 PM
or use bundles in version catalog, it's built in
👍 3
ephemient
07/25/2024, 4:53 PM
https://docs.gradle.org/current/userguide/platforms.html#sec:dependency-bundles
2
Views
Open in Slack
Previous
Next