mirror of
https://github.com/MetaCubeX/ClashMetaForAndroid.git
synced 2025-04-03 13:53:34 +03:00
Fix: downgrade kotlin version
This commit is contained in:
parent
226c11dda3
commit
0e245b8936
1 changed files with 2 additions and 2 deletions
|
@ -15,8 +15,8 @@ dependencyResolutionManagement {
|
||||||
versionCatalogs {
|
versionCatalogs {
|
||||||
create("deps") {
|
create("deps") {
|
||||||
val agp = "7.0.3"
|
val agp = "7.0.3"
|
||||||
val ksp = "1.6.0-1.0.1"
|
val ksp = "1.5.31-1.0.1"
|
||||||
val kotlin = "1.6.0"
|
val kotlin = "1.5.31"
|
||||||
val golang = "1.0.4"
|
val golang = "1.0.4"
|
||||||
val coroutine = "1.5.2"
|
val coroutine = "1.5.2"
|
||||||
val coreKtx = "1.7.0"
|
val coreKtx = "1.7.0"
|
||||||
|
|
Loading…
Add table
Reference in a new issue