NativeLibrarySpec

Definition of a native library component that is to be built by Gradle.

Functions

Link copied to clipboard
Converts this library to a native library requirement that uses the api library linkage.
Link copied to clipboard
abstract fun getBaseName(): String
Link copied to clipboard
Link copied to clipboard
abstract fun getDisplayName(): String
Link copied to clipboard
abstract fun getName(): String
Link copied to clipboard
abstract fun getProjectPath(): String
Link copied to clipboard
Converts this library to a native library requirement that uses the shared library variant.
Link copied to clipboard
Link copied to clipboard
Converts this library to a native library requirement that uses the static library variant.
Link copied to clipboard
abstract fun getVariants(): Iterable<out Binary>
Link copied to clipboard
abstract fun setBaseName(baseName: String)
Link copied to clipboard
abstract fun targetBuildTypes(buildTypeSelectors: Array<String>)
Link copied to clipboard
abstract fun targetFlavors(flavorSelectors: Array<String>)
Link copied to clipboard
abstract fun targetPlatform(targetPlatform: String)