Skip to content
Snippets Groups Projects
Commit 0e245b89 authored by kr328's avatar kr328
Browse files

Fix: downgrade kotlin version

parent 226c11dd
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment