File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
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.8 .1" )
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
- kotlin = " 2.0.0 "
3
- ksp = " 2.0.0 -1.0.22 "
2
+ kotlin = " 2.0.20 "
3
+ ksp = " 2.0.20 -1.0.24 "
4
4
kotlinx-coroutines = " 1.8.1"
5
- kotlinx-serialization = " 1.6.3 "
6
- kotlinx-dateTime = " 0.6.0 "
5
+ kotlinx-serialization = " 1.7.1 "
6
+ kotlinx-dateTime = " 0.6.1 "
7
7
8
8
9
9
composeUiTooling = " 1.3.1"
You can’t perform that action at this time.
0 commit comments