File tree 11 files changed +49
-64
lines changed
AdvancedStateAndSideEffectsCodelab
11 files changed +49
-64
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 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
+
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
+
14
16
# AndroidX package structure to make it clearer which packages are bundled with the
15
- # Android operating system, and which are packaged with your app" s APK
17
+ # Android operating system, and which are packaged with your app' s APK
16
18
# https://developer.android.com/topic/libraries/support-library/androidx-rn
17
19
android.useAndroidX =true
20
+
18
21
# Kotlin code style for this project: "official" or "obsolete":
19
22
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 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
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
+
23
24
# Kotlin code style for this project: "official" or "obsolete":
24
25
kotlin.code.style =official
25
-
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
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 @@ -38,5 +38,3 @@ kotlin.code.style=official
38
38
org.gradle.configureondemand =true
39
39
org.gradle.caching =true
40
40
org.gradle.parallel =true
41
- # Enable R8 full mode.
42
- android.enableR8.fullMode =true
You can’t perform that action at this time.
0 commit comments