Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 1.04 KB

README.md

File metadata and controls

26 lines (18 loc) · 1.04 KB

Nokee Native Companion Plugin

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.

Getting Started

  1. Installation Apply the plugin in your project’s settings.gradle or build.gradle:

    plugins {
        id 'dev.nokee.native-companion' version '1.0.0'
    }
  2. Configuration The plugin ties into Gradle’s native support. Refer to the Plugin Reference Manual for full documentation on what the plugin provide.

Samples

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.

License

This project is licensed under the terms of the Apache License 2.0. Refer to the LICENSE file for details.