Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 231 Bytes

File metadata and controls

8 lines (6 loc) · 231 Bytes

Hello World

A basic "Hello, World" in Kotlin/Native and Gradle.

Use the following Gradle commands

  • to build: ./gradlew assemble
  • to test: ./gradlew check
  • to run: ./gradlew runHelloWorldAppReleaseExecutableHelloWorld