Skip to content

Commit c67a8ad

Browse files
chore(deps): update kotlin monorepo to v2.0.21 (#15)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Piotr Krzeminski <git@krzeminski.it>
1 parent 4e7c95c commit c67a8ad

File tree

3 files changed

+201
-433
lines changed

3 files changed

+201
-433
lines changed

composeApp/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66
alias(libs.plugins.kotlinMultiplatform)
77
alias(libs.plugins.composeCompiler)
88
alias(libs.plugins.jetbrainsCompose)
9-
kotlin("plugin.serialization") version "2.0.0"
9+
kotlin("plugin.serialization") version "2.0.21"
1010
}
1111

1212
kotlin {

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
compose = "1.7.4"
33
compose-plugin = "1.7.0"
44
junit = "4.13.2"
5-
kotlin = "2.0.0"
5+
kotlin = "2.0.21"
66
kotlinx-coroutines = "1.9.0"
77

88
[libraries]

0 commit comments

Comments
 (0)