Hi everyone! I've recently made <https://github.com/lemcoder/KonanPlugin|KonanPlugin> :tada: — a cus...
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 šŸ™Œ