File tree Expand file tree Collapse file tree 8 files changed +8
-8
lines changed
AdvancedStateAndSideEffectsCodelab/app Expand file tree Collapse file tree 8 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ android {
6363 }
6464
6565 composeOptions {
66- kotlinCompilerExtensionVersion ' 1.5.7 '
66+ kotlinCompilerExtensionVersion ' 1.5.8 '
6767 }
6868
6969 packagingOptions {
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ android {
5353 compose true
5454 }
5555 composeOptions {
56- kotlinCompilerExtensionVersion ' 1.5.7 '
56+ kotlinCompilerExtensionVersion ' 1.5.8 '
5757 }
5858 packagingOptions {
5959 resources {
Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ android {
8484 }
8585
8686 composeOptions {
87- kotlinCompilerExtensionVersion ' 1.5.7 '
87+ kotlinCompilerExtensionVersion ' 1.5.8 '
8888 }
8989
9090 packagingOptions {
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ android {
5353 compose true
5454 }
5555 composeOptions {
56- kotlinCompilerExtensionVersion ' 1.5.7 '
56+ kotlinCompilerExtensionVersion ' 1.5.8 '
5757 }
5858 packagingOptions {
5959 resources {
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ android {
5050 compose true
5151 }
5252 composeOptions {
53- kotlinCompilerExtensionVersion ' 1.5.7 '
53+ kotlinCompilerExtensionVersion ' 1.5.8 '
5454 }
5555 packagingOptions {
5656 // Multiple dependency bring these files in. Exclude them to enable
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ android {
6969 }
7070
7171 composeOptions {
72- kotlinCompilerExtensionVersion ' 1.5.7 '
72+ kotlinCompilerExtensionVersion ' 1.5.8 '
7373 }
7474
7575 packagingOptions {
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ buildscript {
2525 // App dependencies
2626 appCompatVersion = ' 1.6.1'
2727 activityComposeVersion = ' 1.8.2'
28- composeCompilerVersion = ' 1.5.7 '
28+ composeCompilerVersion = ' 1.5.8 '
2929 coreTestingVersion = ' 2.2.0'
3030 coroutinesVersion = " 1.5.2"
3131 espressoVersion = ' 3.5.1'
Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ android {
8080 }
8181
8282 composeOptions {
83- kotlinCompilerExtensionVersion ' 1.5.7 '
83+ kotlinCompilerExtensionVersion ' 1.5.8 '
8484 }
8585
8686 packagingOptions {
You can’t perform that action at this time.
0 commit comments