diff --git a/examples/build.gradle.kts b/examples/build.gradle.kts index 14d1cf26a5..6481c53924 100644 --- a/examples/build.gradle.kts +++ b/examples/build.gradle.kts @@ -20,7 +20,7 @@ buildscript { } dependencies { classpath("com.android.tools.build:gradle:8.6.1") - classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:2.0.20") + classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:2.0.21") } } diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index decd56a3da..be52ef875f 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -6,7 +6,7 @@ android-build = "8.6.1" androidx-core = "1.12.0" androidx-annotation = "1.8.2" -kotlin = "2.0.20" +kotlin = "2.0.21" dokka = "1.9.20" jgitver = "0.10.0-rc03" ksp = "2.0.20-1.0.25"