initial commit

This commit is contained in:
2025-07-19 18:50:48 +02:00
commit 194ee0658a
9 changed files with 572 additions and 0 deletions

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

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

BIN
gradle/wrapper/gradle-wrapper.jar vendored Normal file

Binary file not shown.

View File

@@ -0,0 +1,6 @@
#Sun May 18 00:11:37 CEST 2025
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists