Sample project to demo how to manage Gradle dependencies with
- IntelliJ EAP - Package Search to add packages
- The Gradle plugin
de.fayard.refreshVersions
- The Gradle plugin
com.louiscad.splitties
$ git clone https://github.com/jmfayard/gradle-refreshVersions-example
To get the Package Window and visual interface, you need to install the Package Search plugin that is available on the marketplace.
If you’re using IntelliJ IDEA 2019.2 or later, you’re already using this functionality when it comes to code completion for packages.
Package Search provides a nice UX to add a dependency
./gradlew refreshVersions
extract dependencies versions to a file versions.properties
Read the friendly documentation
Splitties contains typesafe accessor for common dependencies like retrofit, androidx, unit testing, ...
No, we are not ready yet.
But please do subscribe to the issue Long term plan: focus on refreshVersions #104