odaceo / lab-hello-world-kotlin-native

A simple Kotlin Native application on Linux.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lab :: Hello World :: Kotlin Native Application

License Build Status

Description

A simple Kotlin Native application on Linux.

Prerequisites

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

Compiling the application

The compile command makes a dynamically linked executable.

./gradlew build

Running the application

To launch the application use the following command:

./build/konan/bin/HelloWorldLinux.kexe Odaceo

Reporting Issues

Issues can be reported at https://github.com/odaceo/lab-hello-world-kotlin-native/issues

Source code

The source code is available at https://github.com/odaceo/lab-hello-world-kotlin-native

License

All the source code is distributed under ASL 2.0.

Copyright

© 2017 Odaceo. All rights reserved.

About

A simple Kotlin Native application on Linux.

License:Apache License 2.0


Languages

Language:Kotlin 100.0%