Upgrade to Kotlin 1.8.0

(cherry picked from commit b56b8b55b43a5071e6f8d0a58afb56beebf139f9)
This commit is contained in:
arkon 2023-01-18 17:24:58 -05:00 committed by Jobobby04
parent e2242fe00c
commit 2e4b6e45d6
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
[versions]
compiler = "1.4.0-alpha02"
compiler = "1.4.0"
compose-bom = "2023.01.00"
accompanist = "0.28.0"

View File

@ -1,5 +1,5 @@
[versions]
kotlin_version = "1.7.21"
kotlin_version = "1.8.0"
serialization_version = "1.4.0"
xml_serialization_version = "0.84.3"