implement optimizations

This commit is contained in:
2026-01-30 13:41:43 +01:00
parent 7144c21074
commit 0f890c923c
10 changed files with 99 additions and 168 deletions

View File

@@ -1,15 +1,15 @@
[versions]
infendro = "1.0.0"
kotlin = "2.2.21"
hash = "1.3.2"
mac = "1.2.0"
bytearray = "1.2.4"
infendro = "1.1.0"
kotlin = "2.3.0"
mac = "1.3.0"
hash = "1.5.1"
bytes = "1.3.3"
[plugins]
infendro = { id = "com.infendro.plugin", version.ref = "infendro" }
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" }
hash = { module = "com.infendro:hash", version.ref = "hash" }
bytes = { module = "com.infendro:bytes", version.ref = "bytes" }