From de1ebe39a53b33363a2ca2ff05a5a67c36985776 Mon Sep 17 00:00:00 2001 From: Piotr Dec Date: Sun, 14 Jul 2024 22:37:29 +0200 Subject: [PATCH] feat: Kotlin update --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 45e2fa6..2084b5d 100644 --- a/build.gradle +++ b/build.gradle @@ -7,5 +7,5 @@ buildscript { plugins { id 'com.android.application' version '7.4.1' apply false id 'com.android.library' version '7.4.1' apply false - id 'org.jetbrains.kotlin.android' version '1.8.21' apply false + id 'org.jetbrains.kotlin.android' version '1.9.24' apply false }