fix of build

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

2
.gitignore vendored
View File

@ -1,4 +1,5 @@
.idea .idea
.kotlin
out/* out/*
*.iml *.iml
target target
@ -12,5 +13,6 @@ out/
secret.gradle secret.gradle
local.* local.*
local/ local/
**/*.local.*
publishing.sh publishing.sh

View File

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

File diff suppressed because it is too large Load Diff