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.20 "
3+ const val kotlin = " 1.9.21 "
44 const val kspPlugin = " 1.9.20-1.0.13"
55 const val kotlinCoroutines = " 1.7.3"
6- const val kotlinxSerialization = " 1.5 .1"
6+ const val kotlinxSerialization = " 1.6 .1"
77 const val ktor = " 2.3.2"
88 const val koinCore = " 3.4.3"
99 const val koinAndroid = " 3.4.3"
1010 const val koinAndroidCompose = " 3.4.6"
1111
1212 const val sqlDelight = " 2.0.0"
13- const val kotlinxDateTime = " 0.4.0 "
13+ const val kotlinxDateTime = " 0.4.1 "
1414 const val multiplatformSettings = " 1.0.0"
1515
1616 const val kmpNativeCoroutines = " 1.0.0-ALPHA-19"
1717
1818 const val compose = " 1.4.3"
19- const val composeCompiler = " 1.5.4-dev-k1.9.20-50f08dfa4b4 "
19+ const val composeCompiler = " 1.5.4"
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