From b98818623f1529a0b3a705eb07ff98118df1f506 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Nov 2024 23:35:03 +0000 Subject: [PATCH] Bump org.jetbrains.kotlin:kotlin-gradle-plugin Bumps [org.jetbrains.kotlin:kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 2.0.0 to 2.0.21. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v2.0.21/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v2.0.0...v2.0.21) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- 07_animations/recycler/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/07_animations/recycler/build.gradle b/07_animations/recycler/build.gradle index 0bcbc8e67..9d9803d79 100644 --- a/07_animations/recycler/build.gradle +++ b/07_animations/recycler/build.gradle @@ -1,6 +1,6 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { - ext.kotlin_version = "2.0.0" + ext.kotlin_version = "2.0.21" ext.hilt_version = "2.52" repositories {