mirror of
https://github.com/InsanusMokrassar/KSLog.git
synced 2024-12-21 21:47:13 +00:00
fix of build
This commit is contained in:
parent
98fbf43d4d
commit
a8c85b9614
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,4 +1,5 @@
|
||||
.idea
|
||||
.kotlin
|
||||
out/*
|
||||
*.iml
|
||||
target
|
||||
@ -12,5 +13,6 @@ out/
|
||||
secret.gradle
|
||||
local.*
|
||||
local/
|
||||
**/*.local.*
|
||||
|
||||
publishing.sh
|
||||
|
@ -73,6 +73,10 @@ kotlin {
|
||||
dependencies {
|
||||
implementation libs.kotlin.test.common
|
||||
implementation libs.kotlin.test.annotations.common
|
||||
}
|
||||
}
|
||||
jvmTest {
|
||||
dependencies {
|
||||
implementation libs.kotlin.test.junit
|
||||
}
|
||||
}
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user