From Source to Sorcery – Kotlin Native's Interop Magic
staticvar.dev·1d·

Prerequisites and assumptions

You are using the Kotlin Gradle DSL and the Kotlin Multiplatform plugin. You have a working C toolchain per OS. On macOS install Xcode command line tools or Homebrew. On Linux install GCC or Clang and the development headers for the libraries you plan to use. On Windows install MSYS2 with MinGW and ensure gcc and pkg config are in PATH.

Good reads and references

Similar Posts

Loading similar posts...