From f042fb9a31680343507310f7e54074e2631d3040 Mon Sep 17 00:00:00 2001 From: Juha Heinanen Date: Mon, 20 Sep 2021 20:16:33 +0300 Subject: [PATCH] Increased kotlin version --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 9eec02e3..ef47c655 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.5.30' + ext.kotlin_version = '1.5.31' repositories { google() mavenCentral()