Skip to content

Commit 1d6588f

Browse files
committed
chore(gradle): improve build performance
1 parent 478e9ee commit 1d6588f

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

gradle.properties

+5-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8
1010
# When configured, Gradle will run in incubating parallel mode.
1111
# This option should only be used with decoupled projects. More details, visit
1212
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
13-
# org.gradle.parallel=true
13+
org.gradle.parallel=true
1414
# AndroidX package structure to make it clearer which packages are bundled with the
1515
# Android operating system, and which are packaged with your app"s APK
1616
# https://developer.android.com/topic/libraries/support-library/androidx-rn
@@ -22,4 +22,7 @@ kotlin.code.style=official
2222
# thereby reducing the size of the R class for that library
2323
android.nonTransitiveRClass=true
2424
android.nonFinalResIds=true
25-
org.gradle.configuration-cache=true
25+
org.gradle.configuration-cache=true
26+
org.gradle.caching=true
27+
org.gradle.daemon=true
28+
org.gradle.configureondemand=true

0 commit comments

Comments
 (0)