Upgrade to Kotlin 1.8.0

This commit is contained in:
arkon 2023-01-18 17:24:58 -05:00
parent 2695a4d8c7
commit b56b8b55b4
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"