how to clear gradle cache in android studio code example
Example 1: how to clear cache of gradle
gradlew cleanBuildCache
Example 2: how to remove gradle cache and temp files
gradlew cleanBuildCache
Example 3: gradle cache clean
rm -rf $HOME/.gradle/caches/