File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -141,7 +141,7 @@ dependencies {
141141 // TODO: Added this as a temporary fix for a crash in ProgressIndicator, can be removed later.
142142 // Issue: https://github.com/JetBrains/compose-multiplatform/issues/4157
143143 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.10.2 " )
145145 implementation(" com.google.maps.android:android-maps-utils:2.3.0" )
146146
147147 implementation(" com.google.android.gms:play-services-location:16.0.0" )
Original file line number Diff line number Diff line change 11[versions ]
2- kotlin = " 2.2.0 "
3- ksp = " 2.2.0-2.0.2 "
2+ kotlin = " 2.2.21 "
3+ ksp = " 2.3.0 "
44kotlinx-coroutines = " 1.10.2"
55kotlinx-serialization = " 1.9.0"
6- kotlinx-dateTime = " 0.7.1"
6+ kotlinx-dateTime = " 0.7.1-0.6.x-compat "
77
88
99androidGradlePlugin = " 8.12.0"
You can’t perform that action at this time.
0 commit comments