ExportExtension
Configuration for exporting symbols. Accessible at symbolExport
in build scripts.
See also
Properties
Link copied to clipboard
If true, the symbol export annotations dependency will automatically be added to any exported source sets.
Link copied to clipboard
The source sets to export from. If unset or empty, exports from all, which is the default.
Link copied to clipboard
Do not export from these source sets. Takes precedence over exportFromSourceSets. May be set on the source set using ignoreSymbols.
Link copied to clipboard
The project name to use for the exported symbols. If symbols from multiple projects are imported, this name will be used to distinguish them, typically as a property on the root Symbols
object.
Link copied to clipboard
Where the exported symbols should be stored. Has no real meaning, there is no reason to set it.