Files
kdf.kt/gradle/libs.versions.toml
2025-12-12 16:06:26 +01:00

14 lines
386 B
TOML

[versions]
kotlin = "2.2.21"
mac = "1.2.0"
hash = "1.3.2"
bytearray = "1.2.4"
[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" }