From 4cb4987cbbc42c2e43b7a53ac72401073a2160a5 Mon Sep 17 00:00:00 2001 From: Juha Heinanen Date: Mon, 18 Sep 2023 10:59:57 +0300 Subject: [PATCH] Kotlin upgrade --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index a756d35a..f34d97ba 100644 --- a/build.gradle +++ b/build.gradle @@ -1,7 +1,7 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { - ext.kotlin_version = '1.8.20' + ext.kotlin_version = '1.8.22' repositories { google() mavenCentral()