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
- Host: GitHub
- URL: https://github.com/msink/hello-kotlin
- Owner: msink
- License: apache-2.0
- Created: 2017-11-09T11:39:59.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-11-09T07:52:54.000Z (over 7 years ago)
- Last Synced: 2025-03-29T19:11:18.369Z (about 1 year ago)
- Topics: kotlin, kotlin-native
- Language: Kotlin
- Size: 83 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Testbench for [Kotlin/Native](https://github.com/JetBrains/kotlin-native)
[](https://ci.appveyor.com/project/msink/hello-kotlin)
[](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`