Skip to main content
  1. Talks/

Call Native Code From Kotlin

·1 min
Matt Moore
Author
Matt Moore

Slides

Kotlin is a great language! But what if you want to call an existing native library in Kotlin, or build your own native library for performance optimizations? This is also useful for making Kotlin a viable option for systems programming. Perhaps there’s an existing C or C++ library that would be great to have available in Kotlin, but it isn’t yet Kotlin-ready? We’ll take a look at how to access native libraries with Kotlin.

Accompanying source code: https://github.com/mattmoore/kotlin-cinterop-talk