added a little sample maven project to test out the JS maven plugin (its not quite working yet :)
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package sample
|
||||
|
||||
class Hello {
|
||||
fun doSomething(): Unit {
|
||||
println("Hello world!")
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user