Browse Source

Update to Kotlin 1.4.10

arkon 4 năm trước cách đây
mục cha
commit
21ddae6a86
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      buildSrc/src/main/kotlin/Dependencies.kt

+ 1 - 1
buildSrc/src/main/kotlin/Dependencies.kt

@@ -4,7 +4,7 @@ object Versions {
 
 object BuildPluginsVersion {
     const val AGP = "4.0.1"
-    const val KOTLIN = "1.4.0"
+    const val KOTLIN = "1.4.10"
     const val KTLINT = "9.2.1"
     const val VERSIONS_PLUGIN = "0.28.0"
 }