Update Compose compiler and Kotlin

(cherry picked from commit 9ae71dfe93291e6d170f5e6af994f2c52c4158a1)
This commit is contained in:
arkon 2024-01-11 22:30:50 -05:00 committed by Jobobby04
parent a96079c14c
commit a80a765ee5
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
[versions] [versions]
compiler = "1.5.7" compiler = "1.5.8"
compose-bom = "2023.12.00-alpha04" compose-bom = "2023.12.00-alpha04"
accompanist = "0.33.2-alpha" accompanist = "0.33.2-alpha"

View File

@ -1,5 +1,5 @@
[versions] [versions]
kotlin_version = "1.9.21" kotlin_version = "1.9.22"
serialization_version = "1.6.2" serialization_version = "1.6.2"
xml_serialization_version = "0.86.3" xml_serialization_version = "0.86.3"