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 1424b19 commit 75f94beCopy full SHA for 75f94be
kctf-runtime/build.gradle.kts
@@ -9,8 +9,8 @@ Librarian.module(project)
9
dependencies {
10
api(libs.kotlin.compiler.internal.test.framework)
11
api(libs.kotlin.compiler)
12
-
13
- implementation(libs.kotlin.test.junit5)
+ api(libs.kotlin.test.junit5)
+
14
implementation(libs.kotlin.reflect)
15
implementation(libs.kotlin.script.runtime)
16
implementation(libs.kotlin.annotations.jvm)
0 commit comments