upgrade kotlin version and dependencies

This commit is contained in:
2025-12-01 19:13:26 +01:00
parent b2d4851188
commit 10ba03dedc

View File

@@ -1,6 +1,6 @@
[versions]
kotlin = "2.1.20"
bytearray = "1.2.2"
kotlin = "2.2.21"
bytearray = "1.2.3"
[plugins]
multiplatform = { id = "org.jetbrains.kotlin.multiplatform", version.ref = "kotlin" }