Fix: downgrade kotlin version

This commit is contained in:
kr328 2021-11-16 21:04:18 +08:00
parent 226c11dda3
commit 0e245b8936

View File

@ -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"