Quellcode durchsuchen

Update to Kotlin 1.6.10

arkon vor 3 Jahren
Ursprung
Commit
0671b530ba
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      buildSrc/src/main/kotlin/Dependencies.kt

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

@@ -1,6 +1,6 @@
 object BuildPluginsVersion {
     const val AGP = "7.0.4"
-    const val KOTLIN = "1.6.0"
+    const val KOTLIN = "1.6.10"
     const val KOTLINTER = "3.6.0"
     const val VERSIONS_PLUGIN = "0.39.0"
     const val ABOUTLIB_PLUGIN = "8.9.3"