The Nokee Native Companion Plugin enhances and extends Gradle’s native build capabilities, backporting/forward-porting fixes and quality-of-life improvement so you can build and maintain native libraries and executables more conveniently.
-
Installation Apply the plugin in your project’s
settings.gradle
orbuild.gradle
:plugins { id 'dev.nokee.native-companion' version '1.0.0' }
-
Configuration The plugin ties into Gradle’s native support. Refer to the Plugin Reference Manual for full documentation on what the plugin provide.
Take a look at the Samples to see how you can use the plugin in a variety of native project scenarios. Each example highlights real-world use cases and best practices.
This project is licensed under the terms of the Apache License 2.0. Refer to the LICENSE file for details.