implement tests

also fix MD5
This commit is contained in:
2025-11-10 17:40:58 +01:00
parent 9b93fbd093
commit 11154e4bea
28 changed files with 470 additions and 30 deletions

View File

@@ -7,3 +7,4 @@ multiplatform = { id = "org.jetbrains.kotlin.multiplatform", version.ref = "kotl
[libraries]
bytearray = { module = "com.infendro:bytearray", version.ref = "bytearray" }
test = { module = "org.jetbrains.kotlin:kotlin-test", version.ref = "kotlin" }