File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -69,11 +69,10 @@ dependencies {
6969 implementation(libs.crowdin)
7070
7171
72- testImplementation(kotlin( " test" ) )
72+ testImplementation(libs. kotlin. test)
7373
7474 // Add Ktor's testing dependencies
7575 testImplementation(libs.ktor.test.server)
76- testImplementation(libs.kotlin.test)
7776}
7877
7978tasks.test {
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ sqlite = "3.30.1"
1313[libraries ]
1414crowdin = { module = " com.github.crowdin:crowdin-api-client-java" , version.ref = " crowdin" }
1515json = { module = " org.json:json" , version.ref = " json" }
16- kotlin-test = { module = " org.jetbrains.kotlin:kotlin-test" , version.ref = " kotlinx-kover " }
16+ kotlin-test = { module = " org.jetbrains.kotlin:kotlin-test" , version.ref = " kotlin " }
1717ktor-client-core = { module = " io.ktor:ktor-client-core" , version.ref = " ktor" }
1818ktor-client-cio = { module = " io.ktor:ktor-client-cio" , version.ref = " ktor" }
1919ktor-server-core = { module = " io.ktor:ktor-server-core" , version.ref = " ktor" }
You can’t perform that action at this time.
0 commit comments