- JarBinary - Interface in dev.nokee.platform.jni
-
Configuration for JAR binary.
- JniJarBinary - Interface in dev.nokee.platform.jni
-
Configuration for a Java Native Interface (JNI) JAR binary.
- JniLibrary - Interface in dev.nokee.platform.jni
-
Configuration for a specific Java Native Interface (JNI) library variant, defining the dependencies that make up the library plus other settings.
- JniLibraryDependencies - Interface in dev.nokee.platform.jni
-
Allows the API and JVM implementation and native implementation dependencies of a JNI library to be specified.
- JniLibraryExtension - Interface in dev.nokee.platform.jni
-
Configuration for a Java Native Interface (JNI) library, defining the dependencies that make up the library plus other settings.
- jvmImplementation(Object) - Method in interface dev.nokee.platform.jni.JniLibraryDependencies
-
Adds an JVM implementation dependency to this library.
- jvmImplementation(Object, Action<? super ExternalModuleDependency>) - Method in interface dev.nokee.platform.jni.JniLibraryDependencies
-
Adds an JVM implementation dependency to this library.
- JvmJarBinary - Interface in dev.nokee.platform.jni
-
Configuration for a JVM JAR binary.