Fix Reactive Spring build.gradle.kts (#19382)

Co-authored-by: Erik VanderWerf <eski787@gmail.com>
This commit is contained in:
William Cheng 2024-08-18 18:34:16 +08:00 committed by GitHub
parent df2b4210c9
commit fc8b7d92c8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -58,6 +58,6 @@ dependencies {
exclude(module = "junit") exclude(module = "junit")
} }
{{#reactive}} {{#reactive}}
testImplementation`("org.jetbrains.kotlinx:kotlinx-coroutines-test:$kotlinxCoroutinesVersion") testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:$kotlinxCoroutinesVersion")
{{/reactive}} {{/reactive}}
} }