@@ -88,7 +88,7 @@ android {
8888}
8989
9090dependencies {
91- implementation " org.jetbrains.kotlinx:kotlinx-coroutines-android:1.10.2 "
91+ implementation " org.jetbrains.kotlinx:kotlinx-coroutines-android:1.11.0 "
9292 implementation " com.google.android.libraries.maps:maps:3.1.0-beta"
9393 implementation " com.google.maps.android:maps-v3-ktx:3.4.0"
9494 constraints {
@@ -121,7 +121,7 @@ dependencies {
121121
122122 implementation " com.google.dagger:hilt-android:2.59.2"
123123 ksp " com.google.dagger:hilt-compiler:2.59.2"
124- ksp " org.jetbrains.kotlin:kotlin-metadata-jvm:2.3.10 "
124+ ksp " org.jetbrains.kotlin:kotlin-metadata-jvm:2.4.0 "
125125
126126 implementation " io.coil-kt:coil-compose:2.7.0"
127127
@@ -131,9 +131,9 @@ dependencies {
131131 androidTestImplementation " androidx.test:rules:1.7.0"
132132 androidTestImplementation " androidx.test.espresso:espresso-core:3.7.0"
133133 androidTestImplementation " androidx.test.ext:junit-ktx:1.3.0"
134- androidTestImplementation " org.jetbrains.kotlinx:kotlinx-coroutines-test:1.10.2 "
134+ androidTestImplementation " org.jetbrains.kotlinx:kotlinx-coroutines-test:1.11.0 "
135135 androidTestImplementation " com.google.dagger:hilt-android:2.59.2"
136136 androidTestImplementation " com.google.dagger:hilt-android-testing:2.59.2"
137137 kspAndroidTest " com.google.dagger:hilt-compiler:2.59.2"
138- kspAndroidTest " org.jetbrains.kotlin:kotlin-metadata-jvm:2.3.10 "
138+ kspAndroidTest " org.jetbrains.kotlin:kotlin-metadata-jvm:2.4.0 "
139139}
0 commit comments