diff --git a/build.gradle b/build.gradle index 34c4b6d..50e27c0 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ buildscript { } dependencies { classpath("com.android.tools.build:gradle:7.0.3") - classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.6.21") + classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.10") classpath("com.github.dcendents:android-maven-gradle-plugin:2.1") } }