From 3dd4e18e51f0e2d57656dbd6eb9d4583e2318e4b Mon Sep 17 00:00:00 2001 From: tibbi Date: Tue, 8 Dec 2020 10:19:03 +0100 Subject: [PATCH] updating kotlin to 1.4.21 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 8183c6bd7..a53733c91 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.4.20' + ext.kotlin_version = '1.4.21' ext.is_proprietary = gradle.startParameter.taskNames.any { task -> task.contains("Proprietary") } repositories {