Skip to content

Instantly share code, notes, and snippets.

@HugoMatilla
Last active December 11, 2018 14:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save HugoMatilla/ad31e6af73be74723a9f7c03f9022fb9 to your computer and use it in GitHub Desktop.
Save HugoMatilla/ad31e6af73be74723a9f7c03f9022fb9 to your computer and use it in GitHub Desktop.

Get dependencies tree

./gradlew app:dependencies > deps.txt

Only for one configuration

./gradlew app:dependencies --configuration <productFlavors><buildTypeCapitalized>CompileClasspath
./gradlew app:dependencies --configuration devDebugCompileClasspath

Clean gradle

./gradlew clean

If the problem persists try to delete generated, intermediate, tmp... files on the build folder.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment