mirror of
https://github.com/MetaCubeX/ClashMetaForAndroid.git
synced 2024-11-22 13:26:09 +03:00
Fix: downgrade kotlin version
This commit is contained in:
parent
226c11dda3
commit
0e245b8936
@ -15,8 +15,8 @@ dependencyResolutionManagement {
|
||||
versionCatalogs {
|
||||
create("deps") {
|
||||
val agp = "7.0.3"
|
||||
val ksp = "1.6.0-1.0.1"
|
||||
val kotlin = "1.6.0"
|
||||
val ksp = "1.5.31-1.0.1"
|
||||
val kotlin = "1.5.31"
|
||||
val golang = "1.0.4"
|
||||
val coroutine = "1.5.2"
|
||||
val coreKtx = "1.7.0"
|
||||
|
Loading…
Reference in New Issue
Block a user