Added java example.
This commit is contained in:
parent
9b90987eb2
commit
3df73b7366
4 changed files with 38 additions and 11 deletions
|
@ -27,5 +27,9 @@ dependencies {
|
|||
compileOnly 'org.apache.velocity:velocity:1.7'
|
||||
|
||||
compile "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
|
||||
compile "org.jetbrains.kotlin:kotlin-stdlib-js:$kotlin_version"
|
||||
}
|
||||
|
||||
task(runJava, type: JavaExec) {
|
||||
main 'com.example.Example'
|
||||
classpath sourceSets.main.runtimeClasspath
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue