From 930695cacb51f67151ecc87660e62ffb184cc809 Mon Sep 17 00:00:00 2001 From: VaiTon Date: Thu, 13 May 2021 12:14:12 +0200 Subject: [PATCH] build(deps): update kotlin from 1.4.31 to 1.5.0 --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 8fe2db7f9ab0..322d49c8081f 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -17,7 +17,7 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { - val kotlinVersion by extra("1.4.31") + val kotlinVersion by extra("1.5.0") val jacksonVersion by extra("2.12.2") val greendaoVersion by extra("3.3.0") val hiltVersion by extra("2.33-beta")