From 03d15933a1617d66746e01db7801cd209122be8b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 30 Mar 2023 10:36:55 +0000 Subject: [PATCH] Update kotlin monorepo to v1.8.20 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index ee9b44c51..f3a1cbb51 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { - ext.kotlin_version = '1.7.22' + ext.kotlin_version = '1.8.20' repositories { google() mavenCentral()