https://kotlinlang.org logo
j

jmfayard

11/25/2019, 8:39 AM
Hello there, in case you didn't notice, the repository in GitHub has been renamed from
buildSrcVersions
to
gradle-dependencies-plugins
https://github.com/jmfayard/gradle-dependencies-plugins We have lots of exciting plans going forward • getting right the plugin
de.fayard.refreshVersions
• that includes a new updater done by @louiscad that will be much faster • I am also thinking about integrating it with other tools, like JetBrains Package Search plugin in the IDE • we are not done yet, feedback is welcome but don't use it in production :) • there is a new plugin
de.fayard.dependencies
that include dependencies definitions like previously in
Libs.kt
but for common dependencies - Unit Testing, AndroidX, Retrofit, ... making it much faster to add a new dependency • we have a third plugin
com.louiscad.splitties
that will provide android specific features like a task
$ ./gradew androidDoctor
that detects common problems, and a task
$ ./gradlew migrateToAndroidX
• a website for hosting articles and documentations https://builtwithgradle.netlify.com/ The roadmap of the project is available here https://github.com/jmfayard/gradle-dependencies-plugins/projects/2
👍 3