Create an app using C Interop and libcurl – tutorial | Kotlin DocumentationKotlin Multiplatform Contest ends January 14. Submit your project now →

Create an app using C Interop and libcurl – tutorial

Edit pageLast modified: 25 September 2024

This tutorial demonstrates how to use IntelliJ IDEA to create a command-line application. You'll learn how to create a simple HTTP client that can run natively on specified platforms using Kotlin/Native and the libcurl library.

The output will be an executable command-line app that you can run on macOS and Linux and make simple HTTP GET requests.