This project is a console application that prints the contents of a web page using a GraalVM native image with a Ktor Client application.
To run the application, use the following command:
./gradlew nativeRun
To build the native image, use the following command:
./gradlew nativeCompile
To execute the native image, use the following command:
./build/native/nativeCompile/ktor-client-native-image