An open API service indexing awesome lists of open source software.

https://github.com/msink/hello-kotlin

Hello World in Kotlin/Native
https://github.com/msink/hello-kotlin

kotlin kotlin-native

Last synced: 4 months ago
JSON representation

Hello World in Kotlin/Native

Awesome Lists containing this project

README

          

# Testbench for [Kotlin/Native](https://github.com/JetBrains/kotlin-native)

[![Build status](https://ci.appveyor.com/api/projects/status/github/msink/hello-kotlin?svg=true)](https://ci.appveyor.com/project/msink/hello-kotlin)
[![Build Status](https://travis-ci.org/msink/hello-kotlin.svg?branch=master)](https://travis-ci.org/msink/hello-kotlin)

## build targets:
- windows-x64 (appveyor)
- linux-x64 (travis)
- macos-x64 (travis)

Use the following Gradle commands
* to build: `./gradlew assemble`
* to test: `./gradlew check`
* to run: `./gradlew runProgram`