From 07b9fc9b3196151598f105e9025554b07efe5fa5 Mon Sep 17 00:00:00 2001 From: arkon Date: Thu, 27 May 2021 18:13:02 -0400 Subject: [PATCH] Update Kotlin and kotlinter If this breaks anything, I blame Jay. --- buildSrc/src/main/kotlin/Dependencies.kt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buildSrc/src/main/kotlin/Dependencies.kt b/buildSrc/src/main/kotlin/Dependencies.kt index 3e3d4b18cb..e7c528bc47 100644 --- a/buildSrc/src/main/kotlin/Dependencies.kt +++ b/buildSrc/src/main/kotlin/Dependencies.kt @@ -1,7 +1,7 @@ object BuildPluginsVersion { const val AGP = "4.2.1" - const val KOTLIN = "1.4.32" - const val KOTLINTER = "3.4.0" + const val KOTLIN = "1.5.10" + const val KOTLINTER = "3.4.4" const val VERSIONS_PLUGIN = "0.39.0" const val ABOUTLIB_PLUGIN = "8.8.6" }