From c672352fc93cc7a818636468ea4bf9d5f63a2463 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 3 Dec 2023 12:12:31 +0000 Subject: [PATCH] Update kotlin monorepo to v1.9.21 --- deps.versions.toml | 2 +- shared/build.gradle.kts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/deps.versions.toml b/deps.versions.toml index e3cff7e..bf34d03 100644 --- a/deps.versions.toml +++ b/deps.versions.toml @@ -10,7 +10,7 @@ sqlDelight = "2.0.0" koin = "3.5.0" ktor = "2.3.6" decompose = "2.1.3" -kotlin = "1.9.0" +kotlin = "1.9.21" essenty = "1.2.0" parcelizeDarwin = "0.2.2" junit = "4.13.2" diff --git a/shared/build.gradle.kts b/shared/build.gradle.kts index 2dab5f6..98592f2 100644 --- a/shared/build.gradle.kts +++ b/shared/build.gradle.kts @@ -2,7 +2,7 @@ plugins { kotlin("multiplatform") id("com.android.library") id("org.jetbrains.compose") - kotlin("plugin.serialization") version "1.9.10" + kotlin("plugin.serialization") version "1.9.21" id("kotlin-parcelize") id("com.arkivanov.parcelize.darwin") }