LibraryElements

Attribute representing the technical elements of a library variant.

Since

5.6

Properties

Link copied to clipboard
val CLASSES: String = "classes"
The JVM classes format
Link copied to clipboard
val CLASSES_AND_RESOURCES: String = "classes+resources"
The JVM class files and resources
Link copied to clipboard
val DYNAMIC_LIB: String = "dynamic-lib"
Dynamic libraries for native modules
Link copied to clipboard
val HEADERS_CPLUSPLUS: String = "headers-cplusplus"
Header files for C++
Link copied to clipboard
val JAR: String = "jar"
The JVM archive format
Link copied to clipboard
val LINK_ARCHIVE: String = "link-archive"
Link archives for native modules
Link copied to clipboard
val OBJECTS: String = "objects"
Objects for native modules
Link copied to clipboard
val RESOURCES: String = "resources"
JVM resources

Functions

Link copied to clipboard
abstract fun getName(): String