File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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.11.0 " )
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 @@ -3,7 +3,7 @@ kotlin = "2.4.10"
33ksp = " 2.3.10"
44kotlinx-coroutines = " 1.11.0"
55kotlinx-serialization = " 1.11.0"
6- kotlinx-dateTime = " 0.7.1 "
6+ kotlinx-dateTime = " 0.8.0-0.6.x-compat "
77
88
99androidGradlePlugin = " 9.1.1"
You can’t perform that action at this time.
0 commit comments