From 637f136dc3027139d6f6aa608d6a6c975fdf9d3c Mon Sep 17 00:00:00 2001 From: Luna712 <142361265+Luna712@users.noreply.github.com> Date: Tue, 28 Apr 2026 10:28:17 -0600 Subject: [PATCH] Bump KGP --- build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index d387b56..4f6092b 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -7,7 +7,7 @@ buildscript { } dependencies { classpath("com.android.tools.build:gradle:9.1.1") - classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:2.2.21") + classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:2.3.21") } } @@ -16,4 +16,4 @@ allprojects { mavenCentral() google() } -} \ No newline at end of file +}