14 lines
369 B
Diff
14 lines
369 B
Diff
diff --git a/gradle.properties b/gradle.properties
|
|
index 314ccfb8c..ee33f75bc 100644
|
|
--- a/gradle.properties
|
|
+++ b/gradle.properties
|
|
@@ -15,7 +15,7 @@ org.gradle.jvmargs=-Xmx2g -XX:+HeapDumpOnOutOfMemoryError
|
|
|
|
# dependencies
|
|
kotlinJvmVersion = 1.8
|
|
-kotlinVersion = 1.6.21
|
|
+kotlinVersion = 1.7.10
|
|
kotlinCoroutinesVersion = 1.6.1
|
|
kotlinxSerializationVersion = 1.3.2
|
|
|