fix of build

This commit is contained in:
2024-08-09 22:34:05 +06:00
parent 98fbf43d4d
commit a8c85b9614
3 changed files with 433 additions and 338 deletions

View File

@@ -73,6 +73,10 @@ kotlin {
dependencies {
implementation libs.kotlin.test.common
implementation libs.kotlin.test.annotations.common
}
}
jvmTest {
dependencies {
implementation libs.kotlin.test.junit
}
}