We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e7c95c commit c67a8adCopy full SHA for c67a8ad
composeApp/build.gradle.kts
@@ -6,7 +6,7 @@ plugins {
6
alias(libs.plugins.kotlinMultiplatform)
7
alias(libs.plugins.composeCompiler)
8
alias(libs.plugins.jetbrainsCompose)
9
- kotlin("plugin.serialization") version "2.0.0"
+ kotlin("plugin.serialization") version "2.0.21"
10
}
11
12
kotlin {
gradle/libs.versions.toml
@@ -2,7 +2,7 @@
2
compose = "1.7.4"
3
compose-plugin = "1.7.0"
4
junit = "4.13.2"
5
-kotlin = "2.0.0"
+kotlin = "2.0.21"
kotlinx-coroutines = "1.9.0"
[libraries]
0 commit comments