Files
kdf.kt/gradle/libs.versions.toml
Infendro 2b8bdd7e47
All checks were successful
/ publish (push) Successful in 3m21s
fix kotlin version
2025-08-17 15:21:08 +02:00

14 lines
386 B
TOML

[versions]
kotlin = "2.2.10"
mac = "1.1.2"
hash = "1.2.2"
bytearray = "1.1.1"
[plugins]
multiplatform = { id = "org.jetbrains.kotlin.multiplatform", version.ref = "kotlin" }
[libraries]
mac = { module = "com.infendro:mac", version.ref = "mac" }
hash = { module = "com.infendro:hash", version.ref = "hash" }
bytearray = { module = "com.infendro:bytearray", version.ref = "bytearray" }