Testbench for Kotlin/Native
- 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
Use the following Gradle commands
./gradlew assemble
./gradlew check
./gradlew runProgram