File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -141,7 +141,7 @@ dependencies {
141
141
// TODO: Added this as a temporary fix for a crash in ProgressIndicator, can be removed later.
142
142
// Issue: https://github.com/JetBrains/compose-multiplatform/issues/4157
143
143
implementation(" androidx.compose.material3:material3-android:1.2.1" )
144
- implementation(" org.jetbrains.kotlinx:kotlinx-coroutines-play-services:1.7.1 " )
144
+ implementation(" org.jetbrains.kotlinx:kotlinx-coroutines-play-services:1.9.0 " )
145
145
implementation(" com.google.maps.android:android-maps-utils:2.3.0" )
146
146
147
147
implementation(" com.google.android.gms:play-services-location:16.0.0" )
Original file line number Diff line number Diff line change 1
1
[versions ]
2
2
kotlin = " 2.0.21"
3
- ksp = " 2.0.21-1.0.25 "
3
+ ksp = " 2.0.21-1.0.26 "
4
4
kotlinx-coroutines = " 1.9.0"
5
5
kotlinx-serialization = " 1.7.3"
6
6
kotlinx-dateTime = " 0.6.1"
You can’t perform that action at this time.
0 commit comments