From bd4dac444b196805c884dfa1873ebcf24f601fb2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 22:21:57 +0000 Subject: [PATCH] Bump kotlin from 1.9.23 to 2.1.0 Bumps `kotlin` from 1.9.23 to 2.1.0. Updates `org.jetbrains.kotlin.multiplatform` from 1.9.23 to 2.1.0 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.9.23...v2.1.0) Updates `org.jetbrains.kotlin.plugin.serialization` from 1.9.23 to 2.1.0 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.9.23...v2.1.0) Updates `org.jetbrains.kotlin.plugin.parcelize` from 1.9.23 to 2.1.0 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.9.23...v2.1.0) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin.multiplatform dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.jetbrains.kotlin.plugin.serialization dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.jetbrains.kotlin.plugin.parcelize dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 4b2f9f96..54692abf 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -28,7 +28,7 @@ ktor = "2.3.12" mockk = "1.13.7" moko-resources = "0.24.0-beta-1" moko-parcelize = "0.9.0" -kotlin = "1.9.23" +kotlin = "2.1.0" ktlint-gradle = "12.1.1" android-gradle = "8.2.2" napier = "2.1.0"