From 29388340962b6822e79e10e551a2134c045d8974 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 05:40:00 +0000 Subject: [PATCH] Bump multiplatform from 2.0.21 to 2.1.10 Bumps [multiplatform](https://github.com/JetBrains/kotlin) from 2.0.21 to 2.1.10. - [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/v2.0.21...v2.1.10) --- updated-dependencies: - dependency-name: multiplatform dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index eba34f42..762de7c2 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -7,7 +7,7 @@ import org.jetbrains.kotlin.gradle.targets.js.dsl.ExperimentalWasmDsl import org.jetbrains.kotlin.gradle.tasks.KotlinCompile plugins { - kotlin("multiplatform") version "2.0.21" + kotlin("multiplatform") version "2.1.10" // This version is dependent on the maximum tested version // of this plugin within the Kotlin multiplatform library id("com.android.library") version "8.8.0"