From eb89469ccc99afafe57279c91919d412f5033438 Mon Sep 17 00:00:00 2001 From: Jarne Demeulemeester Date: Mon, 20 Dec 2021 21:44:46 +0100 Subject: [PATCH] Upgrade kotlin version to 1.6.10 --- build.gradle.kts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 1499fe89..5972f577 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,6 +1,5 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { - val kotlinVersion = "1.6.0" repositories { google() mavenCentral() @@ -10,6 +9,8 @@ buildscript { } dependencies { classpath("com.android.tools.build:gradle:7.0.4") + + val kotlinVersion = "1.6.10" classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion") // NOTE: Do not place your application dependencies here; they belong