Hi everyone!
I've recently made KonanPlugin š ā a custom Gradle plugin to simplify C/C++ compilation to make working with CInterop in Kotlin Native projects more enjoyable.
Features:
⢠Compiles C/C++ sources into object files (.o).
⢠Links them into static libraries (.a).
⢠Works seamlessly with all Kotlin/Native targets.
The plugin is available on gradle portal
š ļø For full setup and examples, check out the README: https://github.com/lemcoder/KonanPlugin
Feedback and contributions are welcome. š