diff --git a/build.gradle.kts b/build.gradle.kts index bcf00636d..68fc188dd 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -6,7 +6,7 @@ buildscript { dependencies { classpath("com.android.tools.build:gradle:8.13.2") classpath("com.github.dcendents:android-maven-gradle-plugin:2.1") - classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:2.2.21") + classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:2.3.0") } }