implement optimizations
This commit is contained in:
@@ -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" }
|
||||
|
||||
Reference in New Issue
Block a user