Skip to content

Commit

Permalink
Fix Reactive Spring build.gradle.kts (#19382)
Browse files Browse the repository at this point in the history
Co-authored-by: Erik VanderWerf <eski787@gmail.com>
  • Loading branch information
wing328 and erikvanderwerf committed Aug 18, 2024
1 parent df2b421 commit fc8b7d9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,6 @@ dependencies {
exclude(module = "junit")
}
{{#reactive}}
testImplementation`("org.jetbrains.kotlinx:kotlinx-coroutines-test:$kotlinxCoroutinesVersion")
testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:$kotlinxCoroutinesVersion")
{{/reactive}}
}

0 comments on commit fc8b7d9

Please sign in to comment.