Skip to content

Commit da00765

Browse files
Update plugin kotlin to v2.0.21
1 parent 91957d0 commit da00765

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ coroutines-core = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core", ve
66
coroutines-test = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-test", version.ref = "coroutines" }
77

88
[plugins]
9-
kotlin = { id = "org.jetbrains.kotlin.multiplatform", version = "2.0.20" }
9+
kotlin = { id = "org.jetbrains.kotlin.multiplatform", version = "2.0.21" }
1010
spotless = { id = "com.diffplug.spotless", version = "6.25.0" }
1111
publish = { id = "com.vanniktech.maven.publish", version = "0.29.0" }
1212
dokka = { id = "org.jetbrains.dokka", version = "1.9.20" }

0 commit comments

Comments
 (0)