Files
otp.kt/gradle/libs.versions.toml
Infendro 1300e1d728
All checks were successful
/ publish (push) Successful in 3m9s
initial commit
2025-07-12 20:04:39 +02:00

14 lines
382 B
TOML

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