toggle menu
gradle
8.11.1
API
switch theme
search in API
gradle
/
org.gradle.api.attributes
/
LibraryElements
Library
Elements
API
interface
LibraryElements
:
Named
(
source
)
Attribute representing the technical elements of a library variant.
Since
5.6
Members
Properties
CLASSES
Link copied to clipboard
API
val
CLASSES
:
String
=
"classes"
The JVM classes format
CLASSES_AND_RESOURCES
Link copied to clipboard
API
val
CLASSES_AND_RESOURCES
:
String
=
"classes+resources"
The JVM class files and resources
DYNAMIC_LIB
Link copied to clipboard
API
val
DYNAMIC_LIB
:
String
=
"dynamic-lib"
Dynamic libraries for native modules
HEADERS_CPLUSPLUS
Link copied to clipboard
API
val
HEADERS_CPLUSPLUS
:
String
=
"headers-cplusplus"
Header files for C++
JAR
Link copied to clipboard
API
val
JAR
:
String
=
"jar"
The JVM archive format
LIBRARY_ELEMENTS_ATTRIBUTE
Link copied to clipboard
API
val
LIBRARY_ELEMENTS_ATTRIBUTE
:
Attribute
<
LibraryElements
>
LINK_ARCHIVE
Link copied to clipboard
API
val
LINK_ARCHIVE
:
String
=
"link-archive"
Link archives for native modules
OBJECTS
Link copied to clipboard
API
val
OBJECTS
:
String
=
"objects"
Objects for native modules
RESOURCES
Link copied to clipboard
API
val
RESOURCES
:
String
=
"resources"
JVM resources
Functions
get
Name
Link copied to clipboard
API
abstract
fun
getName
(
)
:
String