From b873d0123a57744895649213a9fb833f2d697eed Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 May 2024 12:03:57 +0000 Subject: [PATCH] chore(deps): update kotlin to v2 --- examples/build.gradle.kts | 2 +- gradle/libs.versions.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/build.gradle.kts b/examples/build.gradle.kts index 859e5b1b74..67282bfdb3 100644 --- a/examples/build.gradle.kts +++ b/examples/build.gradle.kts @@ -20,7 +20,7 @@ buildscript { } dependencies { classpath("com.android.tools.build:gradle:8.3.2") - classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.24") + classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:2.0.0") } } diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 1f33b9c812..b197207c05 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -6,7 +6,7 @@ android-build = "8.3.2" androidx-core = "1.12.0" androidx-annotation = "1.7.1" -kotlin = "1.9.24" +kotlin = "2.0.0" dokka = "1.9.20" jgitver = "0.10.0-rc03" ksp = "1.9.24-1.0.20"