deforde / kotlin-cinterop

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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

License:MIT License


Languages

Language:Shell 87.3%Language:Makefile 12.7%