/kotlin-cinterop

Example of how to auto-generate kotlin bindings for c interop without an IDE

Primary LanguageShellMIT LicenseMIT

kotlin-cinterop

Example of how to:

  • auto generate kotlin bindings to c functions,
  • use those bindings in other kotlin code,
  • build and run a native exe that calls the c library from kotlin code.

To build and run the example, just run: make.