Downgrade back down to Kotlin 1.8.10

Some people are having issues building the project in Android Studio. Invalidating/clearing the cache works for me,
but doesn't seem to work for others.

Potential tracking issue: https://youtrack.jetbrains.com/issue/KT-57605
This commit is contained in:
arkon 2023-04-28 19:36:37 -04:00
parent f459515dd7
commit f317193bec
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
[versions]
compiler = "1.4.6"
compiler = "1.4.4"
compose-bom = "2023.03.00"
accompanist = "0.30.1"

View File

@ -1,5 +1,5 @@
[versions]
kotlin_version = "1.8.20"
kotlin_version = "1.8.10"
serialization_version = "1.5.0"
xml_serialization_version = "0.85.0"