File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -144,7 +144,7 @@ dependencies {
144144 // TODO: Added this as a temporary fix for a crash in ProgressIndicator, can be removed later.
145145 // Issue: https://github.com/JetBrains/compose-multiplatform/issues/4157
146146 implementation(" androidx.compose.material3:material3-android:1.2.0-beta02" )
147- implementation(" org.jetbrains.kotlinx:kotlinx-coroutines-play-services:1.7.1 " )
147+ implementation(" org.jetbrains.kotlinx:kotlinx-coroutines-play-services:1.7.3 " )
148148 implementation(" com.google.maps.android:android-maps-utils:2.3.0" )
149149
150150 with (Deps .PlayServices ) {
Original file line number Diff line number Diff line change 11
22object Versions {
3- const val kotlin = " 1.9.21 "
4- const val kspPlugin = " 1.9.21 -1.0.15 "
5- const val kotlinCoroutines = " 1.8.0-RC "
6- const val kotlinxSerialization = " 1.5.1 "
3+ const val kotlin = " 1.9.22 "
4+ const val kspPlugin = " 1.9.22 -1.0.17 "
5+ const val kotlinCoroutines = " 1.8.0-RC2 "
6+ const val kotlinxSerialization = " 1.6.2 "
77 const val ktor = " 2.3.6"
88 const val koinCore = " 3.5.0"
99 const val koinAndroid = " 3.5.0"
@@ -16,7 +16,7 @@ object Versions {
1616 const val kmpNativeCoroutines = " 1.0.0-ALPHA-21"
1717
1818 const val compose = " 1.5.3"
19- const val composeCompiler = " 1.5.5-dev-k1.9.21-163bb051fe5 "
19+ const val composeCompiler = " 1.5.9 "
2020 const val navCompose = " 2.7.1"
2121 const val accompanist = " 0.29.0-alpha"
2222 const val mapsCompose = " 2.11.0"
You can’t perform that action at this time.
0 commit comments