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

@@ -23,6 +23,9 @@ kotlin {
implementation(libs.hash)
implementation(libs.bytearray)
}
commonTest.dependencies {
implementation(libs.test)
}
}
compilerOptions {