Skip to content

Commit 2f0b719

Browse files
committed
Enable Gradle configuration cache
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
1 parent c8bcd7b commit 2f0b719

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

gradle.properties

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,6 @@ android.nonTransitiveRClass=true
44
android.useAndroidX=true
55
org.gradle.jvmargs=-Xmx2048M --add-opens jdk.compiler/com.sun.tools.javac.model=ALL-UNNAMED
66
systemProp.file.encoding=utf-8
7+
8+
# https://docs.gradle.org/current/userguide/configuration_cache.html
9+
org.gradle.configuration-cache=true

0 commit comments

Comments
 (0)