We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 065f224 commit 8aea248Copy full SHA for 8aea248
buildSrc/src/main/java/Dependencies.kt
@@ -1,6 +1,6 @@
1
2
object Versions {
3
- const val kotlin = "1.9.0-Beta"
+ const val kotlin = "1.9.0-RC"
4
const val kspPlugin = "1.9.0-Beta-1.0.11"
5
const val kotlinCoroutines = "1.7.1"
6
const val kotlinxSerialization = "1.5.1"
@@ -16,7 +16,7 @@ object Versions {
16
const val kmpNativeCoroutines = "1.0.0-ALPHA-10-kotlin-1.9.0-Beta"
17
18
const val compose = "1.4.3"
19
- const val composeCompiler = "1.4.7-dev-k1.9.0-Beta-bb7dc8b44eb"
+ const val composeCompiler = "1.4.7"
20
const val navCompose = "2.5.3"
21
const val accompanist = "0.29.0-alpha"
22
const val mapsCompose = "2.11.0"
0 commit comments