touchlab / KaMPKit

KaMP Kit by Touchlab. A collection of code & tools designed to get your mobile team started quickly w/Kotlin Multiplatform
https://touchlab.co/
Apache License 2.0
2.2k stars 199 forks source link

Adding C++/C header example #276

Closed jQrgen closed 1 year ago

jQrgen commented 1 year ago

Hey

Is it possible to add an example of how C++/C headers can be accessed in Kotlin multiplatform?

Thanks.

jQrgen commented 1 year ago

Here is a good example: https://github.com/KodeinKoders/Playground-Demo-Crypto

With a talk: https://www.youtube.com/watch?v=Z2PHpxVD9_s

russhwolf commented 1 year ago

More advanced header/cinterop examples aren't really in scope for KaMPKit.

jQrgen commented 1 year ago

Why not?