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 83c038b commit cf3e47bCopy full SHA for cf3e47b
build.gradle.kts
@@ -32,6 +32,8 @@ dependencies {
32
implementation("org.jetbrains.kotlin:kotlin-scripting-dependencies:$kotlinVersion")
33
implementation("org.jetbrains.kotlin:kotlin-scripting-dependencies-maven:$kotlinVersion")
34
35
+ compile("org.slf4j:slf4j-simple:1.7.30")
36
+
37
testCompile("junit:junit:4.12")
38
testCompile( "io.kotlintest:kotlintest:2.0.7")
39
testCompile(kotlin("script-runtime"))
0 commit comments