Enable the Gradle configuration cache to improve build performance by caching the result of the configuration phase and reusing it for subsequent builds.
···2020# Enables namespacing of each library's R class so that its R class includes only the
2121# resources declared in the library itself and none from the library's dependencies,
2222# thereby reducing the size of the R class for that library
2323-android.nonTransitiveRClass=true2323+android.nonTransitiveRClass=true
2424+org.gradle.configuration-cache=true