Files
mac.kt/gradle/libs.versions.toml
2025-11-10 18:32:08 +01:00

13 lines
392 B
TOML

[versions]
kotlin = "2.1.20"
hash = "1.3.2"
bytearray = "1.2.2"
[plugins]
multiplatform = { id = "org.jetbrains.kotlin.multiplatform", version.ref = "kotlin" }
[libraries]
hash = { module = "com.infendro:hash", version.ref = "hash" }
bytearray = { module = "com.infendro:bytearray", version.ref = "bytearray" }
test = { module = "org.jetbrains.kotlin:kotlin-test", version.ref = "kotlin" }