From aa759967171fce3d84371ee74f334af21f876c3f Mon Sep 17 00:00:00 2001 From: sim Date: Sun, 2 Oct 2022 16:32:31 +0200 Subject: [PATCH] Upgrade kotlin to 1.7.20 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index ca497af..5202d4d 100644 --- a/build.gradle +++ b/build.gradle @@ -1,6 +1,6 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { - ext.kotlin_version = "1.7.10" + ext.kotlin_version = '1.7.20' repositories { google() mavenCentral()