Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 311 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 311 Bytes

Encoding Sample App

Simple Application that will output encoded values of Hello World!

Running

Java:

./gradlew :sample:jvmRun -PKMP_TARGETS="JVM"

Native:

./gradlew :sample:runReleaseExecutableNativeHost -PKMP_TARGETS="LINUX_ARM64,LINUX_X64,MACOS_ARM64,MACOS_X64,MINGW_X64"