Nokee Samples
You are having trouble with a specific use case that you feel Nokee plugins should help solve? Why not opening an issue with a description of your use case. We will do our best to deliver a high-quality demonstration. We may go as far as implement any missing features if there is a need.
Native Development
C Application: Application implemented in C.
C++ Library: Library implemented in C++.
Objective-C++ Application: Application implemented in Objective-C++.
Swift Application: Application implemented in Swift.
Swift Library: Library implemented in Swift.
C Library: Library implemented in C.
C++ Application: Application implemented in C++.
Objective-C Application: Application implemented in Objective-C.
Objective-C Library: Library implemented in Objective-C.
Objective-C++ Library: Library implemented in Objective-C++.
Java Native Interface (JNI)
Application with JNI Library: Use a JNI Library in an application.
Java/C JNI Library: JNI library implemented in Java and C.
Java/Objective-C JNI Library: JNI library implemented in Java and Objective-C.
Composing a JNI Library from Pre-built Binaries: Compose JNI library from pre-built binaries.
Publish JNI Library with Target Machines: Publish a JNI library with target machines to a binary repository.
JNI Library Testing with JUnit4: Test a JNI library with JUnit 4.
Using Pre-built Binaries: Use pre-built binaries in a JNI library.
JNI Library Resource Path Configuration: Configure the resource path mapping of the native component in a JNI library.
JNI Library Target Machines Configuration: Configure the target machines for a JNI library.
Kotlin/C++ JNI Library: JNI library implemented in Kotlin and C++.
Java/C++ JNI Library: JNI library implemented in Java and C++.
Java/Objective-C++ JNI Library: JNI library implemented in Java and Objective-C++.
JNI Library as Uber JAR: Create an uber JAR containing all the buildable JNI shared library binaries.
Publish JNI Library: Publish a JNI library to a binary repository.
Compose a JNI Library from the Source: Compose a JNI librare from the source built by other projects.
JNI Library with macOS Framework Dependencies: JNI library implemented in Java and Objective-C with macOS framework dependencies.
Gradle Plugin Development
Gradle Plugin Testing Strategies: Test a Gradle plugin on multiple Gradle version.
Gradle Runtime Compatibilities: Use the plugin development toolbox to access Gradle runtime compatibility information.
Minimum Supported Gradle Version: Target a different Gradle version than the current running Gradle during plugin development.
Gradle Plugin Test Suites: Unit and functional test Gradle plugins.
Integrated Development Environment (IDE)
Compose an Xcode IDE Project: Compose an Xcode IDE project for 3rd party plugins.
iOS
Objective-C iOS Application: iOS application implemented in Objective-C built by Gradle.
iOS Application with XCTest: iOS application with XCTest implemented in Objective-C built by Gradle.
Swift iOS Application: iOS application implemented in Swift built by Gradle.