https://kotlinlang.org logo
#feed
Title
# feed
j

jmfayard

08/24/2021, 11:11 AM
Hello! refreshVersions helps Gradle users with the tedious manual work usually involved in adding and updating dependencies and their versions. Highlights from the CHANGELOG for the two last versions: • A task
./gradlew refreshVersionsMigrate
now automates the initial migration • A configuration
rejectVersionsIf { ...}
to filter alpha/beta versions • Lots of dependency notations for AndroidX, Spring, Http4k, Kodein... • ... and you can now contribute your own! To give it a try, see https://jmfayard.github.io/refreshVersions/setup/
🎉 6
🚀 7
K 6
c

CLOVIS

08/24/2021, 4:31 PM
If anyone else was on the fence, like me, refreshVersionsMigrate is a game changer. You can just copy the dependency snippet from Central or whatever, just run the task, and you get all the benefits without learning the syntax.
j

jmfayard

08/24/2021, 5:08 PM
Glad to hear that Clovis 🙂
3 Views