implement optimizations

This commit is contained in:
2026-01-22 12:50:36 +01:00
parent 3603583d94
commit d07f2658ff
6 changed files with 58 additions and 63 deletions

View File

@@ -1,8 +1,8 @@
[versions]
infendro = "1.0.0"
kotlin = "2.2.21"
hash = "1.3.2"
bytearray = "1.2.4"
infendro = "1.1.0"
kotlin = "2.3.0"
hash = "1.5.1"
bytes = "1.3.3"
[plugins]
infendro = { id = "com.infendro.plugin", version.ref = "infendro" }
@@ -10,5 +10,5 @@ multiplatform = { id = "org.jetbrains.kotlin.multiplatform", version.ref = "kotl
[libraries]
hash = { module = "com.infendro:hash", version.ref = "hash" }
bytearray = { module = "com.infendro:bytearray", version.ref = "bytearray" }
bytes = { module = "com.infendro:bytes", version.ref = "bytes" }
test = { module = "org.jetbrains.kotlin:kotlin-test", version.ref = "kotlin" }