chore(deps): update kotlin and compose compiler (#800)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
(cherry picked from commit 2f243fae11e48799437b1672ec1a8571552caacb)

# Conflicts:
#	gradle/compose.versions.toml
This commit is contained in:
renovate[bot] 2024-05-18 23:14:12 +06:00 committed by Jobobby04
parent 3865583c28
commit 8558c110a9
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
[versions]
compiler = "1.5.12"
compiler = "1.5.14"
# 2024.04.00-alpha01 has several bugs with the new animateItem() modifier
compose-bom = "2024.03.00-alpha02"
accompanist = "0.35.0-alpha"

View File

@ -1,5 +1,5 @@
[versions]
kotlin_version = "1.9.23"
kotlin_version = "1.9.24"
serialization_version = "1.6.3"
xml_serialization_version = "0.86.3"