If you are trying to decrease your build time, you can try this tools:
#android #build #time #buck #bazel #gradle
https://code.fb.com/android/rethinking-android-app-compilation-with-buck/
https://docs.bazel.build/versions/master/tutorial/android-app.html
#android #build #time #buck #bazel #gradle
https://code.fb.com/android/rethinking-android-app-compilation-with-buck/
https://docs.bazel.build/versions/master/tutorial/android-app.html
👍1
To check dependencies tree in your project, simply use
#android #gradle #dependencies #build
./gradlew -q dependencies app:dependencies --configuration debugAndroidTestCompileClasspath
#android #gradle #dependencies #build
👍1