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

(cherry picked from commit f317193becb5646b3b7eca794311745cc2ba29e0)

# Conflicts:
#	gradle/kotlinx.versions.toml
This commit is contained in:
arkon 2023-04-28 19:36:37 -04:00 committed by Jobobby04
parent 88404bfb28
commit aac766be3b
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -1,5 +1,5 @@
[versions] [versions]
kotlin_version = "1.8.20" kotlin_version = "1.8.10"
# TODO: 1.4.1 introduces an issue with cached serializers; see https://github.com/Kotlin/kotlinx.serialization/issues/2065 # TODO: 1.4.1 introduces an issue with cached serializers; see https://github.com/Kotlin/kotlinx.serialization/issues/2065
# TODO: 1.5.0 introduces ExceptionInInitializerError crashes # TODO: 1.5.0 introduces ExceptionInInitializerError crashes
serialization_version = "1.4.0" serialization_version = "1.4.0"