From c68f14561361b61962dc67e87dec1540dbfbfed8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 25 Apr 2023 10:09:43 +0000 Subject: [PATCH] Update kotlin monorepo to v1.8.21 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index f3a1cbb51..dee15d07e 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.8.20' + ext.kotlin_version = '1.8.21' repositories { google() mavenCentral()