Sqlx4k - Introduction to the Kotlin native and FFI (Part 2)
Introduction In the previous part of this series, I attempted to explain the importance of the Kotlin FFI (Foreign Function Interface) compatibility layer. As I mentioned, I believe it is a very effective way (at least for now) to leverage other ecosystems (such as the Rust ecosystem) to bring functionality to the Kotlin/Native ecosystem, in which I see a great deal of potential. FFI Foreign Function Interface (FFI) is a programming feature that enables code written in one language to call and interact with code written in another language....