Update to Compose Compiler 1.5.4 and Kotlin 1.9.20

(cherry picked from commit 58b2895ec910ecd6557cf7d6fb27fbb4bccecda1)

# Conflicts:
#	gradle/compose.versions.toml
This commit is contained in:
arkon 2023-11-08 09:20:23 -05:00 committed by Jobobby04
parent 28b980641c
commit f59036a082
2 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
[versions]
compiler = "1.5.3"
compose-bom = "2023.07.00-alpha02"
accompanist = "0.31.5-beta"
compiler = "1.5.4"
compose-bom = "2023.09.00-alpha02"
accompanist = "0.33.1-alpha"
[libraries]
activity = "androidx.activity:activity-compose:1.8.0"

View File

@ -1,5 +1,5 @@
[versions]
kotlin_version = "1.9.10"
kotlin_version = "1.9.20"
serialization_version = "1.6.0"
xml_serialization_version = "0.86.2"