Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 564 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 564 Bytes

Testbench for Kotlin/Native

Build status Build Status

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