File tree Expand file tree Collapse file tree 15 files changed +16
-16
lines changed
AdvancedStateAndSideEffectsCodelab Expand file tree Collapse file tree 15 files changed +16
-16
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 @@ -22,7 +22,7 @@ buildscript {
2222
2323 dependencies {
2424 classpath ' com.android.tools.build:gradle:8.2.1'
25- classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.21 "
25+ classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.22 "
2626 }
2727}
2828
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 @@ -21,7 +21,7 @@ buildscript {
2121 }
2222 dependencies {
2323 classpath " com.android.tools.build:gradle:8.2.1"
24- classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.21 "
24+ classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.22 "
2525 }
2626}
2727
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 @@ -21,7 +21,7 @@ buildscript {
2121 }
2222 dependencies {
2323 classpath " com.android.tools.build:gradle:8.2.1"
24- classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.21 "
24+ classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.22 "
2525 classpath " com.google.dagger:hilt-android-gradle-plugin:2.50"
2626 }
2727}
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 @@ -20,7 +20,7 @@ buildscript {
2020 }
2121 dependencies {
2222 classpath " com.android.tools.build:gradle:8.2.1"
23- classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.21 "
23+ classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.22 "
2424 }
2525}
2626
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 @@ -22,7 +22,7 @@ buildscript {
2222
2323 dependencies {
2424 classpath " com.android.tools.build:gradle:8.2.1"
25- classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.21 "
25+ classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.22 "
2626 classpath " androidx.navigation:navigation-safe-args-gradle-plugin:2.7.6"
2727 }
2828}
You can’t perform that action at this time.
0 commit comments