We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc82775 commit 30f994bCopy full SHA for 30f994b
1 file changed
test/resources/kt_tests/simple_app.kt
@@ -1,10 +1,9 @@
1
#!/usr/bin/env kscript
2
3
-//DEPS log4j:log4j:1.2.14
+@file:DependsOn("log4j:log4j:1.2.14")
4
5
package test
6
7
fun main(args: Array<String>) {
8
println("main was called")
9
}
10
-
0 commit comments