Hi everyone! I've recently made <https://github.co...
# kotlin-native
m
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. 😊
🚀 4
a
You didn't make this, you copied my code... https://gist.github.com/aSemy/076591d565867839b6009f36c3b8b3ae
m
@Adam S I've added credits in readme, thanks for Your awesome work 🙌