implement tests

This commit is contained in:
2025-11-10 18:32:08 +01:00
parent 9db4ee21a0
commit a875ee3170
4 changed files with 42 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
[versions]
kotlin = "2.1.20"
hash = "1.3.1"
bytearray = "1.2.0"
hash = "1.3.2"
bytearray = "1.2.2"
[plugins]
multiplatform = { id = "org.jetbrains.kotlin.multiplatform", version.ref = "kotlin" }
@@ -9,3 +9,4 @@ 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" }
test = { module = "org.jetbrains.kotlin:kotlin-test", version.ref = "kotlin" }