Files
mac.kt/gradle/libs.versions.toml
Infendro 88ed9108fe
All checks were successful
/ publish (push) Successful in 2m36s
initial commit
2025-07-12 19:42:23 +02:00

10 lines
216 B
TOML

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