File tree 1 file changed +5
-2
lines changed
1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8
10
10
# When configured, Gradle will run in incubating parallel mode.
11
11
# This option should only be used with decoupled projects. More details, visit
12
12
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
13
- # org.gradle.parallel=true
13
+ org.gradle.parallel =true
14
14
# AndroidX package structure to make it clearer which packages are bundled with the
15
15
# Android operating system, and which are packaged with your app"s APK
16
16
# https://developer.android.com/topic/libraries/support-library/androidx-rn
@@ -22,4 +22,7 @@ kotlin.code.style=official
22
22
# thereby reducing the size of the R class for that library
23
23
android.nonTransitiveRClass =true
24
24
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
You can’t perform that action at this time.
0 commit comments