From bda5d5d61d4fe9a9c9a9110ed2e05e48411c7f6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bernat=20Borr=C3=A1s?= Date: Fri, 3 Sep 2021 10:48:38 +0200 Subject: [PATCH] Update kotlin to 1.5.21 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index e7c0fe5b..51821714 100644 --- a/build.gradle +++ b/build.gradle @@ -6,7 +6,7 @@ buildscript { } dependencies { classpath 'com.android.tools.build:gradle:7.0.2' - classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.4.32" + classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.5.21" classpath "io.github.gradle-nexus:publish-plugin:1.1.0" classpath("io.codearte.gradle.nexus:gradle-nexus-staging-plugin:0.22.0") }