A simple Kotlin application on Linux.
Vagrant must be installed on your computer to mount the workbench for this project.
Open a Terminal and run the following commands:
vagrant up
vagrant ssh
cd /vagrant
The compile command makes a standalone JAR file.
./gradlew build
To launch the application use the following command:
java -jar build/libs/hello-world-1.0.0.jar Odaceo
Issues can be reported at https://github.com/odaceo/lab-hello-world-kotlin/issues
The source code is available at https://github.com/odaceo/lab-hello-world-kotlin
All the source code is distributed under ASL 2.0.
© 2017 Odaceo. All rights reserved.