@@ -89,7 +89,7 @@ android {
8989}
9090
9191dependencies {
92- implementation " org.jetbrains.kotlinx:kotlinx-coroutines-android:1.10.2 "
92+ implementation " org.jetbrains.kotlinx:kotlinx-coroutines-android:1.11.0 "
9393 implementation " com.google.android.libraries.maps:maps:3.1.0-beta"
9494 implementation " com.google.maps.android:maps-v3-ktx:3.4.0"
9595 constraints {
@@ -123,7 +123,7 @@ dependencies {
123123
124124 implementation " com.google.dagger:hilt-android:2.59.2"
125125 ksp " com.google.dagger:hilt-compiler:2.59.2"
126- ksp " org.jetbrains.kotlin:kotlin-metadata-jvm:2.3.10 "
126+ ksp " org.jetbrains.kotlin:kotlin-metadata-jvm:2.3.21 "
127127
128128 implementation " io.coil-kt:coil-compose:2.7.0"
129129
@@ -133,9 +133,9 @@ dependencies {
133133 androidTestImplementation " androidx.test:rules:1.7.0"
134134 androidTestImplementation " androidx.test.espresso:espresso-core:3.7.0"
135135 androidTestImplementation " androidx.test.ext:junit-ktx:1.3.0"
136- androidTestImplementation " org.jetbrains.kotlinx:kotlinx-coroutines-test:1.10.2 "
136+ androidTestImplementation " org.jetbrains.kotlinx:kotlinx-coroutines-test:1.11.0 "
137137 androidTestImplementation " com.google.dagger:hilt-android:2.59.2"
138138 androidTestImplementation " com.google.dagger:hilt-android-testing:2.59.2"
139139 kspAndroidTest " com.google.dagger:hilt-compiler:2.59.2"
140- kspAndroidTest " org.jetbrains.kotlin:kotlin-metadata-jvm:2.3.10 "
140+ kspAndroidTest " org.jetbrains.kotlin:kotlin-metadata-jvm:2.3.21 "
141141}
0 commit comments