toggle menu
gradle
8.11.1
API
switch theme
search in API
gradle
/
org.gradle.api.artifacts
/
MutableVariantFilesMetadata
Mutable
Variant
Files
Metadata
API
interface
MutableVariantFilesMetadata
(
source
)
Mutable information about the files that belong to a variant.
Since
6.0
Members
Functions
add
File
Link copied to clipboard
API
abstract
fun
addFile
(
name
:
String
)
Add a file, if the file location is the same as the file name.
abstract
fun
addFile
(
name
:
String
,
url
:
String
)
Add a file.
remove
All
Files
Link copied to clipboard
API
abstract
fun
removeAllFiles
(
)
Remove all files already defined for the variant.