Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 523 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 523 Bytes

Client Native Image

This project is a console application that prints the contents of a web page using a GraalVM native image with a Ktor Client application.

Running the application

To run the application, use the following command:

./gradlew nativeRun

Building the native image

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