initial commit
All checks were successful
/ publish (push) Successful in 3m9s

This commit is contained in:
2025-07-12 20:04:39 +02:00
commit 1300e1d728
14 changed files with 776 additions and 0 deletions

13
gradle/libs.versions.toml Normal file
View File

@@ -0,0 +1,13 @@
[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" }