Update Compose compiler and Kotlin

Co-authored-by: arkon <4098258+arkon@users.noreply.github.com>
This commit is contained in:
Secozzi 2024-05-08 16:48:02 +02:00
parent 5f5915b25c
commit 93d4315722
No known key found for this signature in database
GPG key ID: 71E9C97D8DDC2662
2 changed files with 2 additions and 2 deletions

View file

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

View file

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