diff --git a/build.gradle b/build.gradle index 375bd77..f4c6943 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ buildscript { } dependencies { classpath("com.android.tools.build:gradle:7.0.4") - classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.6.21") + classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.22") classpath("com.github.dcendents:android-maven-gradle-plugin:2.1") } }