diff --git a/build.gradle.kts b/build.gradle.kts index d387b56..4f6092b 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -7,7 +7,7 @@ buildscript { } dependencies { classpath("com.android.tools.build:gradle:9.1.1") - classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:2.2.21") + classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:2.3.21") } } @@ -16,4 +16,4 @@ allprojects { mavenCentral() google() } -} \ No newline at end of file +}