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 31f88ac commit cc2e30bCopy full SHA for cc2e30b
common/build.gradle.kts
@@ -1,5 +1,7 @@
1
// FIXME remove this after root build.gradle.kts supplies below dependencies.
2
dependencies {
3
+ testImplementation("org.springframework:spring-web:6.2.3")
4
+
5
testImplementation("io.kotest:kotest-runner-junit5:5.9.1")
6
testImplementation("io.mockk:mockk:1.13.12")
7
testImplementation(kotlin("script-runtime"))
0 commit comments