implement tests
This commit is contained in:
@@ -17,6 +17,12 @@ kotlin {
|
||||
}
|
||||
linuxX64()
|
||||
|
||||
sourceSets {
|
||||
commonTest.dependencies {
|
||||
implementation(libs.test)
|
||||
}
|
||||
}
|
||||
|
||||
compilerOptions {
|
||||
freeCompilerArgs.add("-opt-in=kotlin.ExperimentalUnsignedTypes")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user