diff --git a/build.gradle b/build.gradle index 45d92aa..691cfc7 100644 --- a/build.gradle +++ b/build.gradle @@ -5,6 +5,6 @@ buildscript { } dependencies { classpath("com.android.tools.build:gradle:8.1.4") - classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.0") + classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:2.4.10") } }