implement tests

This commit is contained in:
2025-11-18 11:22:05 +01:00
parent 12344283f7
commit 9e4109c9f3
7 changed files with 183 additions and 0 deletions

View File

@@ -17,6 +17,12 @@ kotlin {
}
linuxX64()
sourceSets {
commonTest.dependencies {
implementation(libs.test)
}
}
compilerOptions {
freeCompilerArgs.add("-opt-in=kotlin.ExperimentalUnsignedTypes")
}