diff --git a/build.gradle b/build.gradle index 375bd77..8a85ee6 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.20") classpath("com.github.dcendents:android-maven-gradle-plugin:2.1") } }