File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -149,7 +149,7 @@ dependencies {
149149 implementation(material3WindowSizeClass)
150150 }
151151 implementation(" io.github.pushpalroy:jetlime:1.0.3" )
152- implementation(" org.jetbrains.kotlinx:kotlinx-coroutines-play-services:1.7.1 " )
152+ implementation(" org.jetbrains.kotlinx:kotlinx-coroutines-play-services:1.7.2 " )
153153 implementation(" com.google.maps.android:android-maps-utils:2.3.0" )
154154
155155 with (Deps .PlayServices ) {
Original file line number Diff line number Diff line change 11
22object Versions {
3- const val kotlin = " 1.9.0-Beta "
4- const val kspPlugin = " 1.9.0-Beta- 1.0.11"
5- const val kotlinCoroutines = " 1.7.1 "
3+ const val kotlin = " 1.9.0"
4+ const val kspPlugin = " 1.9.0-1.0.11"
5+ const val kotlinCoroutines = " 1.7.2 "
66 const val kotlinxSerialization = " 1.5.1"
77 const val ktor = " 2.3.0"
88 const val koinCore = " 3.4.0"
@@ -16,7 +16,7 @@ object Versions {
1616 const val kmpNativeCoroutines = " 1.0.0-ALPHA-10-kotlin-1.9.0-Beta"
1717
1818 const val compose = " 1.4.3"
19- const val composeCompiler = " 1.4.7-dev-k1.9.0-Beta-bb7dc8b44eb "
19+ const val composeCompiler = " 1.5.0 "
2020 const val navCompose = " 2.5.3"
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