File tree 11 files changed +83
-47
lines changed
AdvancedStateAndSideEffectsCodelab
11 files changed +83
-47
lines changed Original file line number Diff line number Diff line change @@ -37,6 +37,3 @@ android.useAndroidX=true
37
37
38
38
# Kotlin code style for this project: "official" or "obsolete":
39
39
kotlin.code.style =official
40
-
41
- # Enable R8 full mode.
42
- android.enableR8.fullMode =true
Original file line number Diff line number Diff line change 21
21
# Specifies the JVM arguments used for the daemon process.
22
22
# The setting is particularly useful for tweaking memory settings.
23
23
org.gradle.jvmargs =-Xmx2048m -Dfile.encoding=UTF-8
24
- # When configured, Gradle will run in incubating parallel mode.
25
- # This option should only be used with decoupled projects. More details, visit
26
- # http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
27
- # org.gradle.parallel=true
24
+
25
+ # Turn on parallel compilation, caching and on-demand configuration
26
+ org.gradle.configureondemand =true
27
+ org.gradle.caching =true
28
+ org.gradle.parallel =true
29
+
28
30
# AndroidX package structure to make it clearer which packages are bundled with the
29
- # Android operating system, and which are packaged with your app" s APK
31
+ # Android operating system, and which are packaged with your app' s APK
30
32
# https://developer.android.com/topic/libraries/support-library/androidx-rn
31
33
android.useAndroidX =true
34
+
32
35
# Kotlin code style for this project: "official" or "obsolete":
33
36
kotlin.code.style =official
34
- # Enables namespacing of each library's R class so that its R class includes only the
35
- # resources declared in the library itself and none from the library's dependencies,
36
- # thereby reducing the size of the R class for that library
37
- android.nonTransitiveRClass =true
Original file line number Diff line number Diff line change @@ -39,7 +39,4 @@ android.useAndroidX=true
39
39
android.enableJetifier =true
40
40
41
41
# Kotlin code style for this project: "official" or "obsolete":
42
- kotlin.code.style =official
43
-
44
- # Enable R8 full mode.
45
- android.enableR8.fullMode =false
42
+ kotlin.code.style =official
Original file line number Diff line number Diff line change 11
11
# The setting is particularly useful for tweaking memory settings.
12
12
org.gradle.jvmargs =-Xmx2048m -Dfile.encoding=UTF-8
13
13
14
- # When configured, Gradle will run in incubating parallel mode.
15
- # This option should only be used with decoupled projects. More details, visit
16
- # http://www .gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
17
- # org.gradle.parallel=true
14
+ # Turn on parallel compilation, caching and on-demand configuration
15
+ org.gradle.configureondemand = true
16
+ org .gradle.caching = true
17
+ org.gradle.parallel =true
18
18
19
19
# AndroidX package structure to make it clearer which packages are bundled with the
20
- # Android operating system, and which are packaged with your app" s APK
20
+ # Android operating system, and which are packaged with your app' s APK
21
21
# https://developer.android.com/topic/libraries/support-library/androidx-rn
22
22
android.useAndroidX =true
23
- # Kotlin code style for this project: "official" or "obsolete":
24
- kotlin.code.style =official
25
23
26
- # Enables namespacing of each library's R class so that its R class includes only the
27
- # resources declared in the library itself and none from the library's dependencies,
28
- # thereby reducing the size of the R class for that library
29
- android.nonTransitiveRClass =true
24
+ # Kotlin code style for this project: "official" or "obsolete":
25
+ kotlin.code.style =official
Original file line number Diff line number Diff line change
1
+ # Project-wide Gradle settings.
2
+ # IDE (e.g. Android Studio) users:
3
+ # Gradle settings configured through the IDE *will override*
4
+ # any settings specified in this file.
5
+ # For more details on how to configure your build environment visit
6
+ # http://www.gradle.org/docs/current/userguide/build_environment.html
7
+ # Specifies the JVM arguments used for the daemon process.
8
+ # The setting is particularly useful for tweaking memory settings.
9
+ org.gradle.jvmargs =-Xmx2048m -Dfile.encoding=UTF-8
10
+
11
+ # Turn on parallel compilation, caching and on-demand configuration
12
+ org.gradle.configureondemand =true
13
+ org.gradle.caching =true
14
+ org.gradle.parallel =true
15
+
16
+ # AndroidX package structure to make it clearer which packages are bundled with the
17
+ # Android operating system, and which are packaged with your app's APK
18
+ # https://developer.android.com/topic/libraries/support-library/androidx-rn
19
+ android.useAndroidX =true
20
+
21
+ # Kotlin code style for this project: "official" or "obsolete":
22
+ kotlin.code.style =official
Original file line number Diff line number Diff line change
1
+ # Project-wide Gradle settings.
2
+
3
+ # IDE (e.g. Android Studio) users:
4
+ # Gradle settings configured through the IDE *will override*
5
+ # any settings specified in this file.
6
+
7
+ # For more details on how to configure your build environment visit
8
+ # http://www.gradle.org/docs/current/userguide/build_environment.html
9
+
10
+ # Specifies the JVM arguments used for the daemon process.
11
+ # The setting is particularly useful for tweaking memory settings.
12
+ org.gradle.jvmargs =-Xmx2048m -Dfile.encoding=UTF-8
13
+
14
+ # Turn on parallel compilation, caching and on-demand configuration
15
+ org.gradle.configureondemand =true
16
+ org.gradle.caching =true
17
+ org.gradle.parallel =true
18
+
19
+ # AndroidX package structure to make it clearer which packages are bundled with the
20
+ # Android operating system, and which are packaged with your app's APK
21
+ # https://developer.android.com/topic/libraries/support-library/androidx-rn
22
+ android.useAndroidX =true
23
+
24
+ # Kotlin code style for this project: "official" or "obsolete":
25
+ kotlin.code.style =official
Original file line number Diff line number Diff line change 25
25
26
26
# Specifies the JVM arguments used for the daemon process.
27
27
# The setting is particularly useful for tweaking memory settings.
28
+ org.gradle.jvmargs =-Xmx2048m
29
+
30
+ # Turn on parallel compilation, caching and on-demand configuration
31
+ org.gradle.configureondemand =true
32
+ org.gradle.caching =true
33
+ org.gradle.parallel =true
34
+
35
+ # AndroidX package structure to make it clearer which packages are bundled with the
36
+ # Android operating system, and which are packaged with your app's APK
37
+ # https://developer.android.com/topic/libraries/support-library/androidx-rn
28
38
android.useAndroidX =true
29
- org.gradle.jvmargs =-Xmx1536m
30
39
31
- # When configured, Gradle will run in incubating parallel mode.
32
- # This option should only be used with decoupled projects. More details, visit
33
- # http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
34
- # org.gradle.parallel=true
40
+ # Kotlin code style for this project: "official" or "obsolete":
41
+ kotlin.code.style =official
Original file line number Diff line number Diff line change 25
25
# The setting is particularly useful for tweaking memory settings.
26
26
org.gradle.jvmargs =-Xmx2048m
27
27
28
+ # Turn on parallel compilation, caching and on-demand configuration
28
29
org.gradle.configureondemand =true
29
30
org.gradle.caching =true
30
31
org.gradle.parallel =true
Original file line number Diff line number Diff line change 7
7
# Specifies the JVM arguments used for the daemon process.
8
8
# The setting is particularly useful for tweaking memory settings.
9
9
org.gradle.jvmargs =-Xmx2048m -Dfile.encoding=UTF-8
10
- # When configured, Gradle will run in incubating parallel mode.
11
- # This option should only be used with decoupled projects. More details, visit
12
- # http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
13
- # org.gradle.parallel=true
10
+ # Turn on parallel compilation, caching and on-demand configuration
11
+ org.gradle.configureondemand =true
12
+ org.gradle.caching =true
13
+ org.gradle.parallel =true
14
+
14
15
# AndroidX package structure to make it clearer which packages are bundled with the
15
16
# Android operating system, and which are packaged with your app's APK
16
17
# https://developer.android.com/topic/libraries/support-library/androidx-rn
17
18
android.useAndroidX =true
19
+
18
20
# Kotlin code style for this project: "official" or "obsolete":
19
21
kotlin.code.style =official
20
- # Enables namespacing of each library's R class so that its R class includes only the
21
- # resources declared in the library itself and none from the library's dependencies,
22
- # thereby reducing the size of the R class for that library
23
- android.nonTransitiveRClass =true
Original file line number Diff line number Diff line change @@ -36,7 +36,4 @@ org.gradle.parallel=true
36
36
android.useAndroidX =true
37
37
38
38
# Kotlin code style for this project: "official" or "obsolete":
39
- kotlin.code.style =official
40
-
41
- # Enable R8 full mode.
42
- android.enableR8.fullMode =true
39
+ kotlin.code.style =official
Original file line number Diff line number Diff line change @@ -40,6 +40,3 @@ kotlin.code.style=official
40
40
org.gradle.configureondemand =true
41
41
org.gradle.caching =true
42
42
org.gradle.parallel =true
43
-
44
- # Enable R8 full mode.
45
- android.enableR8.fullMode =true
You can’t perform that action at this time.
0 commit comments