mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-10 07:47:49 +01:00
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:
parent
f459515dd7
commit
f317193bec
2 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
[versions]
|
[versions]
|
||||||
kotlin_version = "1.8.20"
|
kotlin_version = "1.8.10"
|
||||||
serialization_version = "1.5.0"
|
serialization_version = "1.5.0"
|
||||||
xml_serialization_version = "0.85.0"
|
xml_serialization_version = "0.85.0"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue