/InvoiceMgmtKotlinNative

A Kotlin native application for invoice management

Primary LanguageKotlin

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 runProgram