Kotlin/Native CLI using Clikt and Ktor with Curl engine.
To run quickly:
./gradlew runDebugExecutableNativeCliTo run the optimized release executable:
./gradlew runReleaseExecutableNativeCliTo build the debug executable:
./gradlew linkDebugExecutableNativeCliTo build the optimized release executable:
./gradlew linkReleaseExecutableNativeCli