From 65a2675de712aaa6c2244695cd3f7c0bb7dfd304 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 4 Feb 2021 05:58:28 +0000 Subject: [PATCH] Bump kotlin-gradle-plugin from 1.3.40 to 1.4.30 Bumps [kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.3.40 to 1.4.30. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.3.40...v1.4.30) Signed-off-by: dependabot-preview[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 7c91ed5..59ad652 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.3.40' + ext.kotlin_version = '1.4.30' repositories { google() jcenter()