From 8a0abd8227f68c01a17de62755362e14fad15c5a Mon Sep 17 00:00:00 2001 From: CappielloAntonio Date: Tue, 11 Jan 2022 09:18:26 +0100 Subject: [PATCH] Updated kotlin gradle plugin to 1.6.10 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 6e817a83..c9c9a35a 100644 --- a/build.gradle +++ b/build.gradle @@ -7,7 +7,7 @@ buildscript { } dependencies { classpath 'com.android.tools.build:gradle:7.0.4' - classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.5.31' + classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.6.10' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files