Skip to content

Commit

Permalink
fix: build error
Browse files Browse the repository at this point in the history
  • Loading branch information
dinkar-jain authored Dec 8, 2023
1 parent 1338edb commit 9413e6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ dependencies {
implementation("io.ktor:ktor-client-cio-jvm:${Versions.KTOR_VERSION}")

// Test
//testImplementation(kotlin("test"))
testImplementation(kotlin("test"))
testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:${Versions.COROUTINES_VERSION}")
testImplementation("io.ktor:ktor-server-tests-jvm:${Versions.KTOR_VERSION}")

Expand Down

0 comments on commit 9413e6c

Please sign in to comment.