Implement main-kts project and test
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
|
||||
@file:DependsOn("abracadabra")
|
||||
|
||||
println("Hello, World!")
|
||||
|
||||
@@ -0,0 +1,7 @@
|
||||
|
||||
@file:DependsOn("junit:junit:4.11")
|
||||
|
||||
org.junit.Assert.assertTrue(true)
|
||||
|
||||
println("Hello, World!")
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
|
||||
org.junit.Assert.assertTrue(true)
|
||||
|
||||
println("Hello, World!")
|
||||
|
||||
Reference in New Issue
Block a user