diff --git a/build.gradle.kts b/build.gradle.kts index db309ef..b3bfe98 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -9,7 +9,7 @@ buildscript { dependencies { classpath("com.android.tools.build:gradle:8.13.0") classpath("com.github.dcendents:android-maven-gradle-plugin:2.1") - classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:2.2.20") + classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:2.2.21") } }