initial commit
This commit is contained in:
13
gradle/libs.versions.toml
Normal file
13
gradle/libs.versions.toml
Normal 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" }
|
||||
BIN
gradle/wrapper/gradle-wrapper.jar
vendored
Normal file
BIN
gradle/wrapper/gradle-wrapper.jar
vendored
Normal file
Binary file not shown.
7
gradle/wrapper/gradle-wrapper.properties
vendored
Normal file
7
gradle/wrapper/gradle-wrapper.properties
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
distributionBase=GRADLE_USER_HOME
|
||||
distributionPath=wrapper/dists
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.13-bin.zip
|
||||
networkTimeout=10000
|
||||
validateDistributionUrl=true
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
zipStorePath=wrapper/dists
|
||||
Reference in New Issue
Block a user