We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8777600 commit b8343c9Copy full SHA for b8343c9
build.gradle.kts
@@ -46,7 +46,7 @@ dependencies {
46
implementation(TmsCommonLib.metrics)
47
implementation(TmsCommonLib.utils)
48
49
- testImplementation(kotlin("test"))
+ testImplementation(JunitPlatform.launcher)
50
testImplementation(Kotest.assertionsCore)
51
testImplementation(Kotest.runnerJunit5)
52
testImplementation(Ktor.Test.serverTestHost)
0 commit comments