Files
mac.kt/gradle/libs.versions.toml
2025-07-24 20:39:35 +02:00

10 lines
216 B
TOML

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