Skip to content

Commit 8aea248

Browse files
Update kotlin
1 parent 065f224 commit 8aea248

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

buildSrc/src/main/java/Dependencies.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
object Versions {
3-
const val kotlin = "1.9.0-Beta"
3+
const val kotlin = "1.9.0-RC"
44
const val kspPlugin = "1.9.0-Beta-1.0.11"
55
const val kotlinCoroutines = "1.7.1"
66
const val kotlinxSerialization = "1.5.1"
@@ -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.4.7"
2020
const val navCompose = "2.5.3"
2121
const val accompanist = "0.29.0-alpha"
2222
const val mapsCompose = "2.11.0"

0 commit comments

Comments
 (0)