initial commit

This commit is contained in:
2025-07-24 20:49:21 +02:00
commit abd9ff96f1
10 changed files with 634 additions and 0 deletions

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

@@ -0,0 +1,13 @@
[versions]
kotlin = "2.1.20"
hash = "1.2.1"
mac = "1.1.1"
bytearray = "1.1.0"
[plugins]
multiplatform = { id = "org.jetbrains.kotlin.multiplatform", version.ref = "kotlin" }
[libraries]
hash = { module = "com.infendro:hash", version.ref = "hash" }
mac = { module = "com.infendro:mac", version.ref = "mac" }
bytearray = { module = "com.infendro:bytearray", version.ref = "bytearray" }