File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ dependencies {
140140 implementation(material3WindowSizeClass)
141141 }
142142 implementation(" io.github.pushpalroy:jetlime:1.0.3" )
143- implementation(" org.jetbrains.kotlinx:kotlinx-coroutines-play-services:1.7.1 " )
143+ implementation(" org.jetbrains.kotlinx:kotlinx-coroutines-play-services:1.7.3 " )
144144 implementation(" com.google.maps.android:android-maps-utils:2.3.0" )
145145
146146 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.16 "
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.7 "
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